/** * 添加token前缀 */ export declare const addPreToken: (token: string | null) => string | null; export declare function initBaseURL(baseURL: any): void; export declare function initHeaders(headers: any): void; export default function request(options: any, config?: any): any;