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