import type { RuleContext } from '../types.js';
export declare function getContextPackagePath(context: RuleContext): string;
export declare function getFilePackagePath(filename: string): string;
export declare function getFilePackageName(filename: string): string | null;