export declare function log(operation: string, msg: string): string; export declare function logError(operation: string, msg: string): string;