declare const _default: { info: (text: any, str?: string) => void; success: (text: any, str?: string) => void; warn: (text: any, str?: string) => void; error: (text: any, str?: string) => void; debug: (text: any, str?: string) => void; }; export = _default;