export declare const stdout: (message: string) => void; export declare const stderr: (message: string) => void;