export declare const AUTH_CONSTANTS: { readonly DEFAULT_AUTH_COOKIE: "Production_tpAuth"; readonly DEFAULT_TOKEN_TYPE: "Bearer"; }; export type AuthConstant = (typeof AUTH_CONSTANTS)[keyof typeof AUTH_CONSTANTS]; //# sourceMappingURL=auth.d.ts.map