export interface ThreeDsSettings {
    liability_shifted_only: boolean;
    three_ds_processing: ThreeDsSettings.ThreeDsProcessingEnum;
}
export declare namespace ThreeDsSettings {
    const validThreeDsProcessingEnum: readonly ["USE_EXTERNAL_3DS", "USE_INTERNAL_3DS", "ALLOW_SKIP_INTERNAL_3DS"];
    type ThreeDsProcessingEnum = (typeof validThreeDsProcessingEnum)[number] | 'UNKNOWN';
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=threeDsSettings.d.ts.map