import { ConnectionConfiguration } from '../model';
export declare const isLegacyConf: (configuration: ConnectionConfiguration) => boolean;
