/**
 * @file Full pack configuration for running tests.
 * Don't import this module. Instead, use `getFullPackConfig` from `utils/config`.
 */
import type { FullPackConfig } from './types/internal';
declare const config: FullPackConfig;
export default config;
