import { WalletKit as Client } from "./client.js"; export * from "./constants/index.js"; export * from "./types/index.js"; export { isPaymentLink } from "./utils/index.js"; export declare const WalletKit: typeof Client; export default Client; //# sourceMappingURL=index.d.ts.map