/** * Lock body scroll (Non-destructive version) * Satisfies Req 3: Persistence of background zoom and scroll position. */ export function lockBodyScroll(): void; /** * Unlock body scroll */ export function unlockBodyScroll(): void; /** * Close fullscreen modal * Separated from modal.js to prevent circular dependency with keyboard.js */ export function closeModal(): Promise; /** * Sync branding visibility based on current configuration * Reactive to runtime config changes */ export function syncBrandingVisibility(): void; //# sourceMappingURL=modal-controls.d.ts.map