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