/**
* Ref-counted body scroll lock: multiple holders can request
* `bx--body--with-modal-open` without racing; the class is removed when the
* last holder releases.
*/exportfunctionacquireBodyScrollLock(): void;
exportfunctionreleaseBodyScrollLock(): void;