export declare const getModelCosts: (model: string) => { input: number; output: number; } | undefined;