import { Schema } from "./types"; declare function stringify(schema: Schema): string; export = stringify;