import { VariableStatement } from 'ts-morph'; import { DestructuringInfo } from './DestructuringInfo'; export declare class DestructuringExtractor { extract(node: VariableStatement): DestructuringInfo[] | undefined; }