import { ReturnValueContainer, CalledWithObject } from '../';
export declare function addPromiseHelpersToFunctionSpy(spyFunction: any, valueContainer: ReturnValueContainer): void;
export declare function addPromiseHelpersToCalledWithObject(calledWithObject: CalledWithObject, calledWithArgs: any[]): CalledWithObject;
