export declare const logWarning: (prefix: string, message: string) => void; export declare const logError: (prefix: string, message: string) => void;