import { PropertySpy } from "../spying"; export declare function SpyOnProperty(target: any, propertyName: string): PropertySpy;