export declare function toast(payload: { type: string; message: string; }): Promise;