import { GetDockerStatusInput } from './types'; export declare const getDockerStatus: ({ nodeAddress, }: GetDockerStatusInput) => Promise;