export declare const defaultFeeData: {
    maxPriorityFeePerGas: string;
    maxFeePerGas: string;
};
export declare const ETH_TRANSFER_GAS = 21000;
export declare function extractFeeData(feeData: any): {
    maxFeePerGas: any;
    maxPriorityFeePerGas: any;
};
