export declare const PORTAL_ID = "chusho-dialogs-portal"; export declare function createPortalIfNotExists(): void; export declare function getPortalNodeSiblings(): HTMLElement[]; export declare function preventAccessToPageContent(): void; export declare function releaseAccessToPageContent(): void;