export declare class MongodbValidator {
    static validateConnectionString(connectionString: string): void;
}
