import { MockFunction, MockObject } from '../types'; export declare function sequence(mocks: (MockFunction | MockObject)[]): MockFunction;