export declare function parseModelString(model: string): { providerID: string; modelID: string; variant?: string; } | undefined;