/** SDK-owned platform module. This implementation is maintained in goodvibes-sdk. */ /** The provider half of a `provider:model` value; a bare value is the provider. */ export declare function getProviderIdFromModel(model: unknown): string; /** The model half of a `provider:model` value; a bare value is the model. */ export declare function getModelIdFromProviderModel(model: unknown): string; /** Compose `provider:model`, leaving an already-qualified model untouched. */ export declare function formatProviderModel(providerId: string, modelId: string): string; //# sourceMappingURL=provider-model.d.ts.map