import type { MoonwellClient } from "../../client/createMoonwellClient.js";
import { type Chain } from "../../environments/index.js";
import type { GetBeamQuoteParameters, GetBeamQuoteReturnType } from "./getBeamQuote.js";
export declare function getQuote<environments, Network extends Chain | undefined>(client: MoonwellClient, args: GetBeamQuoteParameters<environments, Network>): GetBeamQuoteReturnType;
//# sourceMappingURL=common.d.ts.map