/** True when THIS process is (or just became) the one allowed to make sound. */ export declare function claimVoice(): boolean; /** Best-effort release on clean exit so a sibling can claim instantly. */ export declare function releaseVoice(): void;