export declare class TokenService { static touchToken(clientId: string, csrfAfter: number): Promise; static deleteToken(): void; }