/** * For compatibility with older eras * @type {string[]} */ export const COST_MODEL_PARAM_NAMES_V1: string[]; /** * For compatibility with older eras * @type {string[]} */ export const COST_MODEL_PARAM_NAMES_V2: string[]; /** * @type {number[]} */ export const BABBAGE_COST_MODEL_PARAMS_V1: number[]; /** * @type {number[]} */ export const BABBAGE_COST_MODEL_PARAMS_V2: number[]; export { DEFAULT_COST_MODEL_PARAMS_V1, DEFAULT_COST_MODEL_PARAMS_V2, DEFAULT_COST_MODEL_PARAMS_V3 } from "@helios-lang/uplc"; //# sourceMappingURL=costmodel.d.ts.map