export declare function getUsedMethods(sourceCode: string, variable: string): string[];
