export interface NotificationConfiguration {
    card_delegation: boolean;
    digital_wallet_delegation: boolean;
    digital_wallet_token_events: boolean;
    three_ds_delegation: boolean;
}
export declare namespace NotificationConfiguration {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=notificationConfiguration.d.ts.map