/**
 * Account information PNZ-API-CentreLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { Statement14 } from './statement14';
export interface Data166 {
    statement: Statement14[];
}
export declare const data166Schema: Schema<Data166>;
