import { Command } from 'commander'; /** * Returns true if any port entry uses the HOST:CONTAINER pattern (contains ':'). */ export declare function hasLegacyPorts(ports: unknown[]): boolean; export declare function upCommand(): Command; //# sourceMappingURL=index.d.ts.map