export type VoipFreeSwitchExtensionListProps = { username?: string; type?: 'available' | 'free' | 'allocated' | 'all'; }; export declare const isVoipFreeSwitchExtensionListProps: import("ajv").ValidateFunction; //# sourceMappingURL=VoipFreeSwitchExtensionListProps.d.ts.map