import { UPLOAD } from '../types/upload.js'; export declare const isFile: (path: string) => Promise; export declare const importFile: (path: string) => string; export declare const upload: (options: UPLOAD) => Promise; export declare const resourcesUpload: (options: UPLOAD) => Promise;