import type { RpcMethodHandler } from '../types.js';
export declare const getTransactionFee: RpcMethodHandler<'getTransactionFee'>;
