/**
 * ページ中にある__RequestVerificationTokenを返します。
 * @param html HTML
 */
export declare const parseToken: (html: string) => string;
/**
 * ページ中にある #ApplicationRoot の href 属性から userCode を返します。
 *
 * @param html
 * @returns
 */
export declare const parseUserCode: (html: string) => string;
