import { CursorData } from '../types'; import { RefundEntry } from '../types/refund'; import { Request } from './Request'; export declare class RefundRequests extends Request { private static readonly BASE_ROUTE; getByTransaction(transactionUUID: string): Promise; getAll(): Promise; getAllInactive(options?: { limit?: number; cursor?: string | null; }): Promise>; } //# sourceMappingURL=RefundRequests.d.ts.map