/** * Toggle the text selection of the body. */ export declare function toggleTextSelection(allowSelection: boolean): void;