export declare class Toast { static show(text: string, isShort?: boolean): Promise; }