export declare const getTimeAfterSeconds: (seconds: number) => number; export declare const isWithinExpiration: (expiresInMs: number | bigint) => boolean;