/**
 * PostNL Ecommerce APIsLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { Warning3 } from './warning3';
export interface Warnings {
    warning?: Warning3;
}
export declare const warningsSchema: Schema<Warnings>;
