import * as ts from 'typescript';
export declare const isNodeDisabledViaComment: (node: ts.Node, file: ts.SourceFile) => boolean;
