import type { AccountData } from "@cardinal/common"; import type { TokenManagerData } from "../tokenManager"; import type { TimeInvalidatorData } from "."; export declare const shouldTimeInvalidate: (tokenManagerData: AccountData, timeInvalidatorData: AccountData, UTCNow?: number) => boolean; //# sourceMappingURL=utils.d.ts.map