export declare const log: { info: (msg: string) => void; warn: (msg: string) => void; error: (msg: string) => void; }; //# sourceMappingURL=logger.d.ts.map