import {untypedGetFullPackConfig} from 'e2ed/utils'; import type {GetFullPackConfig} from 'autotests/configurator'; /** * Get full pack configuration object. */ export const getFullPackConfig: GetFullPackConfig = untypedGetFullPackConfig;