import * as ts from "typescript";
export declare function chooseContainerName(node: ts.Node, variableBeingDefined: string | undefined): string | undefined;
export declare function getIntroducedLocalName(node: ts.Node): string | undefined;
export declare function getNameIfCalledNode(node: ts.Node): string | undefined;
export declare function getNameOfAssignment(node: ts.Node): string | undefined;
export declare function getNameIfObjectMember(node: ts.Node): string | undefined;
