declare const authenticationTypes: { JWT: string; OAUTH2: string; SESSION: string; }; export default authenticationTypes;