import { type CliError } from "./cli-error.js"; import { type Result } from "./result.js"; declare const collectImportFiles: (paths: readonly string[]) => Promise>; export { collectImportFiles };