import { Feature, ResultError } from "../types";
export declare const name = "one-space-between-tags";
export declare function run(feature: Feature): ResultError[];
