declare global {
    interface Window {
        __agora__fcr__locked: boolean;
    }
}
export declare const lock: () => void;
export declare const unlock: () => void;
export declare const isLocked: () => boolean;
