export declare const commentRating: (params: any) => Promise; export declare const commentList: (body: any) => Promise; export declare const commentAdd: (body: any) => Promise;