import { AvaxApi } from '../common/avaxApi'; import type { BuildGenesisParams, BuildGenesisResponse, GetAllBalancesParams, GetAllBalancesResponse, TxFee } from './models'; export declare class AVMApi extends AvaxApi { constructor(baseURL?: string); buildGenesis: (params: BuildGenesisParams) => Promise; getAllBalances(getAllBalancesParams: GetAllBalancesParams): Promise; getTxFee: () => Promise; } //# sourceMappingURL=api.d.ts.map