export declare type ConnectionString = string;
export declare const getConnectionString: (outputFolder: string, url: URL, testName?: string | undefined) => ConnectionString;
