import { Type } from '../generated/Type'; /** * @see https://apibeta.flexport.com/reference/milestones */ export declare const MilestoneInfo: { [key: string]: { name: string; description: string; resource: Type; location?: string; }; };