import type * as ts from 'typescript'; export declare const isNamedDeclaration: (declaration: ts.Node) => declaration is ts.NamedDeclaration;