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