import { Timekeeper, TimekeeperJS } from './timekeeper';
export declare class TimekeeperMock {
    static fixedJS(): TimekeeperJS;
    static fixed(): Timekeeper;
}
