export declare function notify(content: string, type?: 'success' | 'error', timeout?: number): void;