export type TurnMutationRelease = () => void; export declare function tryAcquireTurnMutationLock(channel: string): TurnMutationRelease | null; export declare function acquireTurnMutationLock(channel: string): Promise;