import * as _better_auth_core18 from "@better-auth/core"; import * as better_call87 from "better-call"; //#region src/integrations/tanstack-start.d.ts declare const tanstackStartCookies: () => { id: "tanstack-start-cookies"; hooks: { after: { matcher(ctx: _better_auth_core18.HookEndpointContext): true; handler: (inputContext: better_call87.MiddlewareInputContext) => Promise; }[]; }; }; //#endregion export { tanstackStartCookies };