/**
 * 防止或允许页面滚动。
 * @param {boolean} flag - 如果为 true，防止滚动。如果为 false，允许滚动。
 */
export declare function preventScroll(flag: boolean): void;
