import { ExecuteAt } from './executeAt';
export interface Schedule {
    effective_date_time?: string;
    execute_at: ExecuteAt;
    expiration_date_time?: string;
    monthly_anchor?: string;
    once_anchor?: string;
    time_interval: string;
    weekly_anchor?: string;
}
export declare namespace Schedule {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=schedule.d.ts.map