import type { ImportCandidate, ImportCandidateStream } from '../../index.js'; /** * Transforms any of the `ipfs.addAll` input types into * * ``` * AsyncIterable<{ path, mode, mtime, content: AsyncIterable }> * ``` * * See https://github.com/ipfs/js-ipfs/blob/master/docs/core-api/FILES.md#ipfsadddata-options */ export declare function normaliseInput(input: ImportCandidateStream): AsyncGenerator; //# sourceMappingURL=normalise-input-multiple.d.ts.map