export declare function inspectSource(filePath: string, line: number): { variable?: string; params?: Record; isThis?: boolean; }; //# sourceMappingURL=source_inspector.d.ts.map