import { OptionsOverrides, TypedFlatConfigItem } from "../types.mjs"; //#region src/configs/perfectionist.d.ts /** * Perfectionist plugin for props and items sorting. * * @see https://github.com/azat-io/eslint-plugin-perfectionist */ declare function perfectionist(options?: OptionsOverrides): TypedFlatConfigItem[]; //#endregion export { perfectionist };