import * as ts from "../../adapters/typescript"; import { namedExportPathless } from "../../types"; export declare function isNamedExportPathless(s: ts.Statement): s is namedExportPathless;