export declare function error(message?: string): void;
export declare function info(message?: string): void;
