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