export function loadConnectionConfiguration(): import("../connection/types").WIP_ConnectionOptions;
export function readTokenFromFile(tokenFilePath: any): string;
export function shouldReadTokenFromFile(fixedConfiguration: any): any;
export const TOKEN_BASED_AUTHENTICATORS: any[];