declare const _default: { warn(msg: string, ...rest: any[]): void; error(msg: string, ...rest: any[]): void; }; export default _default;