import type Dockerode from "dockerode"; export declare function resolveDockerBindMountPath(container: Dockerode.Container, containerPath: string): Promise<{ containerPath: string; hostPath: string; }>;