/**
 * PostNL Ecommerce APIsLib
 *
 * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ).
 */
import { Schema } from '../schema';
import { TimeframeTimeframe } from './timeframeTimeframe';
export interface Timeframes1 {
    timeframeTimeframe?: TimeframeTimeframe[];
}
export declare const timeframes1Schema: Schema<Timeframes1>;
