import { type Plugin } from 'prettier'; import { TypedGherkinNode, type GherkinNode } from './GherkinAST/index.js'; declare const plugin: Plugin>; export default plugin; //# sourceMappingURL=index.d.ts.map