export declare const defaultXSTSRelyingParty = "http://xboxlive.com";
declare const _default: {
    urls: {
        userAuthenticate: string;
        deviceAuthenticate: string;
        XSTSAuthorize: string;
    };
};
export default _default;
