import { exportStatement } from "../../types"; export declare function getExportStatementsOf(pathToTsFile: string): exportStatement[];