import type { RuleContext } from '../types';
export declare function getCwd(context: RuleContext): string;
