import * as ts from "../../adapters/typescript"; export declare function getStatementsOf(absolutePathToTsFile: string): ts.Statement[];