import { Query } from './query';
export declare function getTxGas(query: Query, txParams: any): Promise<any>;
