import type { EstimateFeesParams, EstimateFeesResult } from "../types";
export declare const estimateFees: (params: EstimateFeesParams) => Promise<EstimateFeesResult>;
//# sourceMappingURL=estimateFees.d.ts.map