import { type SchemaOptions } from '../schema'; export declare function generateSchema(options: SchemaOptions): Promise;