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