/** * Gets a single example from a schema */ declare function getDataFromSchema(schema: any): any; export { getDataFromSchema };