import { SuperAgentStatic } from 'superagent'; export interface YuqueOption { url?: string; } export declare type Request = SuperAgentStatic;