/** * Parse provider/model identifier. * * Expected format: "/" with both segments non-empty. */ export declare function parseProviderModel(value: string, fieldName: string): { providerID: string; modelID: string; }; //# sourceMappingURL=providerModel.d.ts.map