/**
 * PostNL Ecommerce APIsLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { ReasonNoTimeframe } from './reasonNoTimeframe';
export interface ReasonNoTimeframes {
    /** The reason why no timeframe was returned */
    reasonNoTimeframe?: ReasonNoTimeframe[];
}
export declare const reasonNoTimeframesSchema: Schema<ReasonNoTimeframes>;
