import { Spawner } from '../../util'; import { TargetConfig, TargetJsonFileReturnType } from '../../core/app'; export declare const APP_IGNORE_FILES: string[]; export declare function appInstallComponent(props: { yes: boolean; clean: boolean; pull: boolean; source: boolean; models: boolean; docker: boolean; venv: boolean; excludes?: string[]; }): Promise; export declare function buildDocker(props: { targetCfg: TargetConfig; targetJsonFile: TargetJsonFileReturnType; targetHostSpawner: Spawner; pull: boolean; }): Promise; export declare function installVenv(props: { targetCfg: TargetConfig; sourceSpawner: Spawner; targetJsonFile: TargetJsonFileReturnType; }): Promise; //# sourceMappingURL=app-install-component.d.ts.map