import { siwe } from "./index.mjs"; //#region src/plugins/siwe/client.d.ts declare const siweClient: () => { id: "siwe"; $InferServerPlugin: ReturnType; }; //#endregion export { siweClient }; //# sourceMappingURL=client.d.mts.map