import { StdFee } from './stdFee'; export type GasLimits> = { readonly [key in keyof T]: number; };