export declare const stdout: (str?: string | string[] | undefined, ...args: string[]) => void; export declare const stderr: (str?: string | string[] | undefined, ...args: string[]) => void;