/** * Artifact Restart Command * Restart a stopped artifact */ export interface ArtifactRestartOptions { serverUrl?: string; json?: boolean; } /** * Restart artifact */ export declare function artifactRestart(id?: string, options?: ArtifactRestartOptions): Promise; //# sourceMappingURL=restart.d.ts.map