export declare const epochAtSecondsFromNow: (secondsFromNow: number) => number; /** * Check if the Access Token has expired. * Will return True if the token has expired, OR there is less than 5min until it expires. */ export declare function epochTimeIsPast(timestamp: number): boolean;