import { GherkinData, RuleSubConfig, RuleError, Documentation } from '../types.js';
export declare const name = "no-restricted-tags";
export declare const availableConfigs: {
    tags: string[];
    patterns: string[];
};
export declare function run({ feature }: GherkinData, configuration: RuleSubConfig<typeof availableConfigs>): RuleError[];
export declare const documentation: Documentation;
//# sourceMappingURL=no-restricted-tags.d.ts.map