import * as ts from 'typescript'; export declare function getDecoratorName(node: ts.Decorator): "" | (string & { __escapedIdentifier: void; }) | (void & { __escapedIdentifier: void; }) | ts.InternalSymbolName;