import { ServiceSpy, SinonSpy } from "./types";
export declare const decorateSpy: (spy: SinonSpy) => ServiceSpy;
export declare const verifyOnlyOneCall: ({ spy, errPrefix, }: {
    spy: ServiceSpy;
    errPrefix: string;
}) => ServiceSpy;
export default decorateSpy;
//# sourceMappingURL=decorate.d.ts.map