export declare const MODEL_COST_MAPPING: {
    [key: string]: {
        [key: string]: number;
    };
};
