/** Guard the destructive/launching CLI commands themselves, including commands * reached through `docker exec` where the entrypoint's argument checks do not run. */ export declare function assertContainerPrimaryCommand(command: string, selectedInstance: string | undefined, env?: NodeJS.ProcessEnv): void; //# sourceMappingURL=container-contract.d.ts.map