import { Node, Identifier } from 'estree';
export default function get_object(node: Node): Identifier;
