import { BundleOptions } from './types';
export declare const CONFIG_FILE: string[];
declare const _default: ({ cwd }: {
    cwd: string;
    rootPath?: string | undefined;
}) => BundleOptions[];
export default _default;
