import * as ts from 'typescript'; export interface Property { name: ts.Expression; value: ts.Expression; } export declare function GetMockMarkerProperty(): Property;