import { Documentation, GherkinData, RuleError, RuleSubConfig } from '../types.js';
export declare const name = "no-partially-commented-tag-lines";
export declare const availableConfigs: {
    allowSeparated: boolean;
};
export declare function run({ file, feature }: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[];
export declare const documentation: Documentation;
//# sourceMappingURL=no-partially-commented-tag-lines.d.ts.map