export declare class UtilFunctions { static hideCredentials(uri: string): string; static getMongoUri(dbUrl: string, db?: string): string; }