/**
 * Default time skew time to check if the token has expired
 * @type {number}
 */
export declare const CLOCK_SKEW_TIME: number;
/**
 * List of parameters required in the redirect callback that you get from TID
 * @type {Array<string>}
 */
export declare const LIST_PARAMS_REQUIRED: Array<string>;
/**
 * Maximum time allowed for state parameter to be valid (10 minutes)
 * Used to prevent replay attacks
 * @type {number}
 */
export declare const STATE_EXPIRATION_TIME: number;
