export default class Refunds { client: any; constructor(client: any); create(order_id: string, data: any): Promise; }