import { Rule } from '../types';
/**
 * VIBE004: Orphaned exports
 * Detects exported functions/components that are never imported elsewhere
 */
declare const rule: Rule;
export default rule;
//# sourceMappingURL=VIBE004.d.ts.map