/** * @module core/schemas */ import { ISchemaPage } from '../defs'; /** * See [[ISchemaPage]] */ export declare const schemaPage: ISchemaPage;