export declare const cookieReauthEndpoint: {
    readonly name: "Cookie Reauth";
    readonly description: string;
    readonly category: "Authentication Endpoints";
    readonly type: "other";
    readonly suffix: "https://auth.riotgames.com/authorize?redirect_uri=https%3A%2F%2Fplayvalorant.com%2Fopt_in&client_id=play-valorant-web-prod&response_type=token%20id_token&nonce=1&scope=account%20openid";
};
