/**
 * Function to parse second argument form jest call. Expects TEST_TYPE to follow strictly AFTER `jest` command.
 * Example: jest TEST_TYPE --runInBand ...
 * Applicable values for TEST_TYPE: 'base', 'e2e', 'server'.
 * If no TEST_TYPE passed will use 'base' option.
 */
export function getApplicationsConfig(testType: any): any;
