import type { ImportCandidate, ToContent } from '../../index.js'; export declare function normaliseCandidateSingle(input: ImportCandidate, normaliseContent: (content: ToContent) => Promise>): AsyncGenerator; //# sourceMappingURL=normalise-candidate-single.d.ts.map