export declare const log: (...msgs: any[]) => (context: any) => void; export declare const error: (...msgs: any[]) => (context: any) => void; export declare const info: (...msgs: any[]) => (context: any) => void;