///
import type { ExecutorOptions } from './schema-executor';
/**
* Takes in a Sanity Schema file path and returns a validated and normalized
* schema.
*
* Spins up a forked process where a new babel config is loaded to mimic a
* Sanity Studio browser environment.
*/
export declare function schemaExtractor(params: ExecutorOptions): Promise;
//# sourceMappingURL=schema-extractor.d.ts.map