import type { TransformOptions as ConfigStructure } from '@babel/core'; import { type Format, type Platform, type Support } from '.'; export interface ConfigOptions { format?: Format; platform?: Platform; support?: Support; } export declare function createConfig(folder: string, options?: ConfigOptions): ConfigStructure; export declare function createRootConfig(options?: ConfigOptions): ConfigStructure; //# sourceMappingURL=babel.d.ts.map