import { UnixTimestamp } from "@hypernetlabs/objects";
import { ITimeUtils } from "./ITimeUtils";
export declare class TimeUtils implements ITimeUtils {
    protected lastBlockchainCheck: UnixTimestamp | undefined;
    protected lastBlockchainTimestamp: UnixTimestamp | undefined;
    constructor();
    getUnixNow(): UnixTimestamp;
}
//# sourceMappingURL=TimeUtils.d.ts.map