import { CaptureMode } from '../../enums';
/**
 * DTO representing the capture configuration of a payment
 */
export declare class PaymentCaptureDTO {
    readonly mode: CaptureMode;
}
