import { InfinityMintDeployedProject, InfinityMintProjectPathExport } from 'infinitymint/dist/app/interfaces'; export declare const fetchImport: (project: InfinityMintDeployedProject, pathExport: InfinityMintProjectPathExport, abortController?: AbortController, onlyUseIPFS?: boolean, onlyUseAPI?: boolean, onlyUsePublic?: boolean, useCache?: boolean) => Promise; //# sourceMappingURL=imports.d.ts.map