/** * These are the default options passed into babel used for loading Sanity * Schemas in a node context. * * If you need to customize the behavior, you can import these default options * and add on to them. `schemaExtractor` accepts the option `babelOptions` */ export declare const defaultBabelOptions: { extensions: string[]; babelrc: boolean; configFile: boolean; compact: boolean; presets: (string | (string | { targets: { node: boolean; }; })[])[]; ignore: never[]; plugins: (string | (string | { root: string[]; alias: { 'part:@sanity/base/schema-creator': string; 'all:part:@sanity/base/schema-type': string; 'part:@sanity/base/schema-type': string; '^part:.*': string; '^config:.*': string; '^all:part:.*': string; }; })[])[]; }; //# sourceMappingURL=default-babel-options.d.ts.map