/**
 * Account and Transaction API SpecificationLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
/**
 * Enum for BalanceModelTypeEnum
 */
export declare enum BalanceModelTypeEnum {
    ClosingAvailable = "ClosingAvailable",
    ClosingBooked = "ClosingBooked",
    Expected = "Expected",
    ForwardAvailable = "ForwardAvailable",
    Information = "Information",
    InterimAvailable = "InterimAvailable",
    InterimBooked = "InterimBooked",
    OpeningAvailable = "OpeningAvailable",
    OpeningBooked = "OpeningBooked",
    PreviouslyClosedBooked = "PreviouslyClosedBooked"
}
/**
 * Schema for BalanceModelTypeEnum
 */
export declare const balanceModelTypeEnumSchema: Schema<BalanceModelTypeEnum>;
