/**
 * Sets aria live status to a div element that's visually hidden.
 */
export declare function setStatus(status: string, document: Document | undefined): void;
/**
 * Removes the status element from the DOM
 */
export declare function cleanupStatusDiv(document: Document | undefined): void;
