import type { PorkbunClient } from "../client"; import type { PricingResponse } from "../types/pricing"; export type PricingMethod = ReturnType; export declare const createPricingMethod: (client: PorkbunClient) => () => Promise; //# sourceMappingURL=pricing.d.ts.map