import type { Plugin } from '../types.js'; type PluginOptions = {}; declare const generateSchemaWith$idPlugin: Plugin; export default generateSchemaWith$idPlugin;