/** * @returns {number[]} */ export function DEFAULT_COST_MODEL_PARAMS_V1(): number[]; /** * @type {number[]} */ export const BABBAGE_COST_MODEL_PARAMS_V1: number[]; /** * @type {number[]} */ export const CONWAY_COST_MODEL_PARAMS_V1: number[]; //# sourceMappingURL=CostModelParamsV1.d.ts.map