/** * @module schema */ import { Schema } from './interface.js'; export declare const schema: Schema;