import { Schema } from '../types.js'; /** * List of available schema methods. One can add custom types by * using the extend method */ export declare const schema: Schema;