/**
 * Given an initial timestamp and an expiry duration, checks to see if current
 * time should be considered as expired.
 */
export declare function isExpired(initialTime: null | number, expiry: undefined | number, targetTime?: number): boolean;
//# sourceMappingURL=isExpired.d.ts.map