export declare function logSuccess(msg: string): void; export declare function logWarning(msg: string): void; export declare function logError(msg: string): void; export declare function logFatalError(msg: string): void;