import { User } from '@instantdb/core'; /** * @deprecated Please use `getUnverifiedUserFromInstantCookie` instead */ export declare const getUserFromInstantCookie: (appId: string) => Promise; /** * Parses a user object from current Next.JS request context's cookies. */ export declare const getUnverifiedUserFromInstantCookie: (appId: string) => Promise; //# sourceMappingURL=getUserFromInstantCookie.d.ts.map