export interface IssuingNonPciLifecycleAmountDto {
    total_authorized?: number;
    total_credited?: number;
    total_debited?: number;
    total_expired?: number;
    total_pending?: number;
    total_reversed?: number;
}
export declare namespace IssuingNonPciLifecycleAmountDto {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=issuingNonPciLifecycleAmountDto.d.ts.map