import { ParseOptions, JsonSchema } from './types';
export declare function parse(options: ParseOptions): Promise<JsonSchema>;
