/**
 * 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 GetStatementsResponseData {
    /** Provides further details on a statement. */
    statement?: StatementModel[];
}
export declare const getStatementsResponseDataSchema: Schema<GetStatementsResponseData>;
