import type * as ts from 'typescript'; export declare const isStaticallyKnownPropertyName: (node: ts.PropertyName) => boolean;