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