import ThatAxios from '../requestor/ThatAxios'; /** * 只有请求器的基础Mapper */ export declare class BaseMapper { base: string; axios: ThatAxios; }