export declare class GetComHelpInfoRequest { constructor(params: Partial); /** * 帮助Id */ helpId: string; }