/**
 * Account and Transaction API SpecificationLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
/**
 * Enum for StatementInterestTypeEnum
 */
export declare enum StatementInterestTypeEnum {
    BalanceTransfer = "BalanceTransfer",
    Cash = "Cash",
    EstimatedNext = "EstimatedNext",
    Purchase = "Purchase",
    Total = "Total"
}
/**
 * Schema for StatementInterestTypeEnum
 */
export declare const statementInterestTypeEnumSchema: Schema<StatementInterestTypeEnum>;
