/** * @returns {number[]} */ export function DEFAULT_COST_MODEL_PARAMS_V2(): number[]; /** * @type {number[]} */ export const BABBAGE_COST_MODEL_PARAMS_V2: number[]; /** * @type {number[]} */ export const CONWAY_COST_MODEL_PARAMS_V2: number[]; //# sourceMappingURL=CostModelParamsV2.d.ts.map