/**
 * Account and Transaction API SpecificationLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { TransactionModel } from './transactionModel';
export interface GetAccountStatementTransactionsResponseData {
    /** Provides further details on an entry in the report. */
    transaction?: TransactionModel[];
}
export declare const getAccountStatementTransactionsResponseDataSchema: Schema<GetAccountStatementTransactionsResponseData>;
