export type Spy any> = T & { uses: any[][]; }; export declare function spy any>(impl: T): Spy; //# sourceMappingURL=spy.d.ts.map