/**
 * Account information PNZ-API-CentreLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { Data78 } from './data78';
import { Links } from './links';
export interface AC105Retrievebulkoffers2 {
    data: Data78;
    meta?: unknown;
    links: Links;
}
export declare const aC105Retrievebulkoffers2Schema: Schema<AC105Retrievebulkoffers2>;
