import { Obj } from "./type"; /** * 此 API 开放给 rax 模板使用了, 请谨慎修改 */ export declare function uploadComponent({ dir, config, }: { dir: string; config?: Obj; }): Promise; //# sourceMappingURL=uploadComponent.d.ts.map