/** `podmanDeployTarget` — the shared container runtime bound to the `podman` bin. */ export declare const podmanDeployTarget: import("../../../plugin-registry/src/targets.ts").DeployTarget<{ image: string; bind: string; mounts: string[]; env: Record; pullPolicy: "never" | "always" | "if-missing"; buildStrategy: "local"; port?: number | undefined; network?: string | undefined; containerPort?: number | undefined; readyPattern?: string | undefined; }, { containerId: string; hostPort: number; runtime: "docker" | "podman"; bind: string; }>; //# sourceMappingURL=podman.d.ts.map