import { z } from 'zod/v4'; /** * A method of getting a JWT token for a user. * You can call this with either a refresh token or from within the scope of a classic CSRF cookie session. */ export declare const getUserToken: import("@lokalise/api-contracts").PayloadRouteDefinition, z.ZodObject<{ teamId: z.ZodNumber; }, z.core.$strip>, undefined, z.ZodUnion, z.ZodObject<{ AUTHORIZATION: z.ZodString; }, z.core.$strip>, z.ZodObject<{ Authorization: z.ZodString; }, z.core.$strip>]>, z.ZodUnion, z.ZodObject<{ 'X-CSRF-Token': z.ZodString; }, z.core.$strip>, z.ZodObject<{ 'x-csrf-token': z.ZodString; }, z.core.$strip>, z.ZodObject<{ 'X-CSRF-TOKEN': z.ZodString; }, z.core.$strip>]>]>, undefined, false, true, undefined>;