import { ExportKeyword, Modifier } from "typescript"; export declare function isExportModifier(modifier: Modifier): modifier is ExportKeyword;