export declare const CONST_modal = "modal"; export declare const CONST_imagePreview = "image-preview"; type MaskType = typeof CONST_modal | typeof CONST_imagePreview; export declare function resetScrollingBehaviourOnMaskShown(type: MaskType, count: number): void; export {};