export declare function logInfo(message: any, showInProd?: boolean): void; export declare function logWarn(message: any, showInProd?: boolean): void; export declare function logError(message: any, showInProd?: boolean): void; export declare function throwError(message: string): void; export declare function createError(message: string): Error;