/** * The configuration file for the eslintrc.json file to support lint --fix command. */ export declare const adds: { toBeAdded: string; toBeAddedAfter: string; indent: number; keyword: string; }[];