export declare class GpuCommands { static run(argv: string[]): Promise; } export declare class GpuJobCommands { static shouldHandle(argv: string[]): boolean; static run(argv: string[]): Promise; } //# sourceMappingURL=GpuCommands.d.ts.map