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