export declare class Refund { 'amount': string; 'completedAt'?: string; 'createdAt': string; 'currency': string; 'failedAt'?: string; 'failedMessage'?: string; 'id': string; 'note'?: string; 'orderId': string; 'status': string; 'uid'?: string; static readonly discriminator: string | undefined; static readonly attributeTypeMap: Array<{ name: string; baseName: string; type: string; format: string; }>; static getAttributeTypeMap(): { name: string; baseName: string; type: string; format: string; }[]; constructor(); }