/**
 * ページ中にある__RequestVerificationTokenを返します。
 * @param html HTML
 */
export declare const parseToken: (html: string) => string;
