type alias GasEstimatesimport { type GasEstimates } from "https://deno.land/x/solc@2.1.7/types.ts"; definition: Partial<{ creation: { codeDepositCost: string; executionCost: string; totalCost: string; }; internal: Record<string, string>; external: Record<string, string>; }>