import { FiledistConfig } from '../../types'; /** * `install` CLI action handler. * Parses argv, merges with config, calls actionInstall, prints summary. */ export declare function runInstall(config: FiledistConfig | null, argv: string[], cwd: string, lockfilePath: string): Promise; //# sourceMappingURL=install.d.ts.map