import { FunctionSpy } from "./function-spy"; export declare type TypedFunction = (...args: Array) => any; export declare type ISpiedFunction = T & FunctionSpy;