/** * Helper method to remove all Stash toasts from the DOM. * * @returns void */ export default function cleanupToasts(selector?: string): void; /** * Helper method to remove the toasts' mount node from the DOM. */ export declare function cleanupToastsMountNode(selector?: string): void;