/**
 * A function to remove the scrollbars on the body element. It can be reverted using the {@link revertScrollbars} function.
 */
export declare const removeScrollbars: () => void;
/**
 * A function to revert the removal of scrollbars performed by the {@link removeScrollbars} function.
 */
export declare const revertScrollbars: () => void;
