declare const _default: {
    info: (str: unknown) => void;
    success: (str: unknown) => void;
    warn: (str: unknown) => void;
    error: (str: unknown) => void;
    clear: () => void;
};
export default _default;
//# sourceMappingURL=console.d.ts.map