export interface MockDate { startMocking(): void; finishMocking(): void; } export declare function mockDate(date: Date): MockDate;