declare const info: (text: string) => void; declare const success: (text: string) => void; declare const warning: (text: string) => void; declare const error: (text: string) => void; export { info, success, warning, error };