import { Hash } from "viem"; /** * Returns pay metadata for the given arguments, depending on the current datasource. * @note only supports JB721Delegate V3.4 datasource. * @note depends on JBDataSourceContext. * @todo support buy-back delegate. */ export declare function usePreparePayMetadata({ jb721Delegate, }?: { jb721Delegate?: { tierIdsToMint: bigint[]; }; }): Hash | null; //# sourceMappingURL=usePreparePayMetadata.d.ts.map