import type { RuleModule } from '../core/types.js'; interface ImportPathOptions { packages?: string[]; components?: string[]; } export declare const importPathRule: RuleModule; export {}; //# sourceMappingURL=import-path.d.ts.map