import { SharedDockerService } from '../docker-service.js'; import type { CliContext } from '../../context/create-context.js'; export declare class RustfsService extends SharedDockerService { static readonly container = "stamhoofd-rustfs"; readonly key = "rustfs"; readonly name = "RustFS"; getContainer(): string; getDetail(): string; get domain(): string; getLogin(): string; getDockerArgs(context: CliContext): string[]; beforeRun(context: CliContext): Promise; static dockerArgs(apiPort: number, consolePort: number, domain?: string): string[]; } export declare const rustfsService: RustfsService; //# sourceMappingURL=rustfs-service.d.ts.map