import type { RepoManifest } from "../types.js"; export interface IntakeOptions { root: string; ignore?: string[]; hash_files?: boolean; max_file_size_bytes?: number; } export declare function buildRepoManifestFromFs(options: IntakeOptions): Promise; //# sourceMappingURL=fsIntake.d.ts.map