export declare class GasPriceCoefDto {
    gasPriceCoef: number;
    defaultPrice: boolean;
}
