import { Config } from '@stackbit/sdk'; export declare function fetchAndConvertSchema(options: { dirPath: string; }): Promise<{ schema: Config; errors: Error[]; }>; //# sourceMappingURL=index.d.ts.map