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