#!/usr/bin/env node import * as ts from "typescript"; export declare function IsExportDisabled(node: ts.Node): boolean;