export type GasPriceOptions = { gwei: { standard: string; fast: string; lightspeed: string; }; gasPrice: { standard: string; fast: string; lightspeed: string; }; }; export declare const useGasPriceV2: () => [string | null, GasPriceOptions | null]; //# sourceMappingURL=useGasPriceV2.d.ts.map