import { CostModel } from './CostModel.js'; import { HexBlob } from '@cardano-sdk/util'; import type * as Cardano from '../../../Cardano/index.js'; export declare class Costmdls { #private; constructor(models?: Map); toCbor(): HexBlob; static fromCbor(cbor: HexBlob): Costmdls; toCore(): Cardano.CostModels; static fromCore(costModels: Cardano.CostModels): Costmdls; size(): number; insert(value: CostModel): void; get(key: Cardano.PlutusLanguageVersion): CostModel | undefined; keys(): Array; languageViewsEncoding(): HexBlob; } //# sourceMappingURL=Costmdls.d.ts.map