import type { PickierPlugin } from '../types'; /** * Perfectionist plugin - provides compatibility with perfectionist ESLint plugin * These rules are aliases to existing Pickier rules under different namespaces */ export declare const perfectionistPlugin: PickierPlugin;