/**
 * Account and Transaction API SpecificationLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { StatementModel } from './statementModel';
export interface GetAccountStatementsResponseData {
    /** Provides further details on a statement resource. */
    statement?: StatementModel[];
}
export declare const getAccountStatementsResponseDataSchema: Schema<GetAccountStatementsResponseData>;
