import CustomFetch from '../../../CustomFetch'; import type { CustomFetchReturnType } from '../../../CustomFetch/types'; import { ApiError } from './types'; export declare function getFileMethod(baseUrl: string, customFetch: typeof CustomFetch): (workdirPath: string, convKey: string, fileName: string) => Promise>; export declare function getAllFilesMethod(baseUrl: string, customFetch: typeof CustomFetch): (workdirPath: string, convKey: string) => Promise>; //# sourceMappingURL=index.d.ts.map