/** * 获取cookie中存放的suda-csrf-token值 * @returns {string | null} - suda-csrf-token的值,如果不存在则返回null */ export declare function getCsrfToken(): string;