/** * Install command - Copy ProvenanceCode structure to project root */ export declare function installCommand(baseDir: string, options?: any): void;