import type { Client, EstimateFeesPerGasReturnType } from 'viem'; export type GetUserOperationGasPriceReturnType = EstimateFeesPerGasReturnType<'eip1559'>; export declare const getUserOperationGasPrice: (client: Client, sponsored: boolean) => Promise; //# sourceMappingURL=getUserOperationGasPrice.d.ts.map