import { exportStatementNonChain } from "../../types"; export declare function getExportStatementsNonChainOfNameOf(pathToTsFile: string, nameToSearchFor: string): exportStatementNonChain[];