import { Quantity } from "@ganache/utils";
export declare type FeeHistory = {
    oldestBlock: Quantity;
    baseFeePerGas: Quantity[];
    gasUsedRatio: number[];
    reward?: Array<Quantity[]>;
};
//# sourceMappingURL=fee-history.d.ts.map