/** * *Conditional* */ export declare type StoryResponseDates = { start_on?: string; due_at?: string; due_on?: string; };