/**
 * PostNL Ecommerce APIsLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { Timeframes1 } from './timeframes1';
export interface Timeframe1 {
    /** The expected date of delivery */
    date?: string;
    timeframes?: Timeframes1;
}
export declare const timeframe1Schema: Schema<Timeframe1>;
