export type ModelInformation = {
    modelId: string;
    provider: string;
    supportsStructuredOutputs: boolean;
};
//# sourceMappingURL=types.d.ts.map