import * as ts from "../../adapters/typescript"; export declare function getNamesFromVariableStatement(s: ts.VariableStatement): string[];