import type { InitOptions } from './types/InitOptions.js'; import type { CommandAction } from '../../types/CommandAction.js'; /** Given the path, updates the Cloudpack config with overrides and project settings. */ export declare const execute: CommandAction; //# sourceMappingURL=execute.d.ts.map