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