declare function error(message: string): void;
declare function warn(message: string): void;
declare function info(message: string): void;
declare const _default: {
    error: typeof error;
    warn: typeof warn;
    info: typeof info;
};
export default _default;
//# sourceMappingURL=logger.d.ts.map