import { Documentation, GherkinData, RuleError } from '../types.js'; export declare const name = "one-space-between-tags"; export declare function run({ feature }: GherkinData): RuleError[]; export declare const documentation: Documentation; //# sourceMappingURL=one-space-between-tags.d.ts.map