export declare const LIST_SEPARATOR = "@@@@@@@@"; export declare const EXECUTE_OPTIONS: { outFormat: number; }; export declare function processEasyConnectString(connection: string): { username: string; password: string; dbidentifier: string; };