import { namedExport } from "../../types"; export declare function getNamesFromNamedExportStatement(s: namedExport): string[];