/** * Parse the Gentics Mesh RAML for Request/Response models and generate TypeScript interfaces. * * For more fine-tuned generation, use {@link MeshRamlParser} and a {@link ModelRenderer} of your choice. */ export declare function parseAndGenerate(raml: string): Promise;