export declare function logWarning(name: string, msg: string): void;
export declare function logError(name: string, msg: string): void;
