import type { Nullable } from "../../../type"; export declare function useAuthenticatedUser({ accessToken, enabled, }: { accessToken: Nullable; enabled: boolean; }): import("@tanstack/react-query").UseQueryResult; //# sourceMappingURL=client.d.ts.map