import { exportStatementNonChain } from "../../types"; /** * @description * This function is not redundant because it does not return `undefined` like `getNamesFromExportStatement`; */ export declare function getNamesFromNonChainExport(s: exportStatementNonChain): string[];