import { Schema } from './type'; export { default as SchemaId } from './schemaId'; export * from './type'; export interface Options { contents: Schema[]; } export default function dtsGenerator(options: Options): Promise;