/** * 解析完整路径 * 如果 path 以斜杠开头,则直接返回 path,否则将 path 与 base 拼接 */ export declare function resolveFullPath(path: string, base: string): string;