/// <reference types="mini-types" />
export declare function showToast(options?: my.IShowToastOptions): void;
export declare function hideToast(options?: my.IHideToastOptions): void;
