import { ListUserCouponsResponseData } from './listUserCouponsResponseData'; export declare class ListUserCouponsResponse { 'code'?: ListUserCouponsResponse.Code; 'label'?: string; 'message'?: string; 'data'?: ListUserCouponsResponseData; static discriminator: string | undefined; static attributeTypeMap: Array<{ name: string; baseName: string; type: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; }[]; } export declare namespace ListUserCouponsResponse { enum Code { NUMBER_0, NUMBER_2002, NUMBER_50105 } }