export declare var Toast: { name: string; plugin: string; showWithOptions: (...args: any[]) => any; hide: (...args: any[]) => any; };