import type * as ts from 'typescript';
import { Scope } from '../../scope/scope';
type PropertyNode = ts.PropertySignature | ts.PropertyDeclaration;
export declare function GetPropertyDescriptor(node: PropertyNode, scope: Scope): ts.Expression;
export {};
