import { IAuthService } from './IAuthService'; import { IServiceLocator } from '@goodgamestudios/webshop-utils'; export declare class AuthService implements IAuthService { private env; private request; constructor(l: IServiceLocator); generateToken(): string; private createTokenPayload; }