import { Feature, ResultError } from "../types";
export declare const name = "allowed-tags";
export declare const availableConfigs: {
    tags: never[];
    patterns: never[];
};
export declare function run(feature: Feature, unused: any, configuration: any): ResultError[];
