import ts from 'typescript'; export declare function getDeclarations(node: ts.VariableDeclarationList): readonly ts.VariableDeclaration[]; export declare function getDeclarationList(node: ts.VariableStatement): ts.VariableDeclarationList; export declare function getDeclarationsFromStatement(node: ts.VariableStatement): readonly ts.VariableDeclaration[];