export declare class EstimateGasVet {
    from: string;
    to: string;
    value: string;
    data?: string;
    nonce?: number;
}
