import { createKindeBrowserClient } from "@kinde-oss/kinde-typescript-sdk";
export type KindeClient = ReturnType<typeof createKindeBrowserClient>;
