import type { ErrorType } from '../errors/utils.js'; import type { FeeHistory, RpcFeeHistory } from '../types/fee.js'; export type FromRpcFeeHistoryErrorType = ErrorType; export declare function fromRpcFeeHistory(feeHistory: RpcFeeHistory): FeeHistory; //# sourceMappingURL=feeHistory.d.ts.map