import { MockFunction, MockObject } from '../types'; export declare function delay(mock: MockFunction | MockObject, ms?: number): MockFunction;