export declare class CreateInitQuestions { parseRunMode(val: string): string; parseGPUType(val: string): string; parseContent(val: string): string; }