import ts from 'typescript'; export declare function getDeclarations(node: ts.VariableDeclarationList): ReadonlyArray; export declare function getDeclarationList(node: ts.VariableStatement): ts.VariableDeclarationList; export declare function getDeclarationsFromStatement(node: ts.VariableStatement): ReadonlyArray;