import BaseWorkspacesGenerator from '../base-workspaces/index.js'; export default class DockerComposeGenerator extends BaseWorkspacesGenerator { [x: string]: any; sharedWorkspaces: any; customWorkspacesConfig?: boolean; beforeQueue(): Promise; get prompting(): import("../../lib/types/base/tasks.js").GenericTaskGroup; get configuring(): import("../../lib/types/base/tasks.js").GenericTaskGroup; get loading(): import("../../lib/types/base/tasks.js").GenericTaskGroup>[]; }, "loadWorkspacesConfig">; get preparing(): import("../../lib/types/base/tasks.js").GenericTaskGroup>[]; }, "bootstrapApplications">; get loadingWorkspaces(): { loadWorkspacesConfig({ workspaces }: { workspaces: any; }): void; }; }