/** * This file was auto-generated by Fern from our API Definition. */ /** * The status of the voice sharing. */ export type VoiceSharingState = "enabled" | "disabled" | "copied" | "copied_disabled"; export declare const VoiceSharingState: { readonly Enabled: "enabled"; readonly Disabled: "disabled"; readonly Copied: "copied"; readonly CopiedDisabled: "copied_disabled"; };