/// /// declare const composeExec: (projectPath: string) => (...args: string[]) => Promise<{}>; declare const composeSpawn: (projectPath: string) => (...args: string[]) => import("child_process").ChildProcess; export { composeExec, composeSpawn };