import { type File } from '../types';
declare const _default: {
    getFolderPath: (folderId?: number | null | undefined) => Promise<any>;
    deleteByIds: (ids?: number[]) => Promise<any[]>;
    signFileUrls: (file: File) => Promise<File>;
};
export default _default;
//# sourceMappingURL=file.d.ts.map