import { Feature, ResultError } from "../types";
export declare const name = "no-partially-commented-tag-lines";
export declare function run(feature: Feature): ResultError[];
