declare const _default: {
    log: (...args: any[]) => void;
    warn: (...args: any[]) => void;
};
export default _default;
