export interface TokenConfig { jwtKey?: string; csrfKey?: string; storage?: Storage; }