export declare function info(interactive: boolean, message: string): void; export declare function warn(interactive: boolean, message: string): void;