import type { RequestContext } from './types'; export declare function getPropertiesAtLocation(this: RequestContext, fileName: string, position: number): string[] | undefined;