/**
 * 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>;
