type Options = { plainJs?: boolean; }; export declare class LookupContext { #private; constructor(options: Options); static forFilePath(filePath: string): LookupContext; collectLookupPaths(filePath: string): string[]; private extlessCoreLookupPaths; private extlessTSLookupPaths; } export {};