export declare function loadDockerDependenciesTask(this: any, { context }?: {
    context?: any;
}): Promise<void>;
