import { Feature, ResultError } from "../types";
export declare const name = "keywords-in-logical-order";
export declare function run(feature: Feature): ResultError[];
