declare const _default: {
    stderr: (msg: string) => void;
    stdout: (msg: string) => void;
};
export default _default;
