export declare class Fee {
    gasLimit: string;
    gasPrice: string;
}
