import type { DocoddityContents } from "../types.js"; export declare function getDocoddityContents(rootDir: string, { head, body }: DocoddityContents): AsyncGenerator;