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