/** Prevent one fan-out operation from making a timeline record grow without bound. */ export declare const MAX_TIMELINE_COORDINATOR_DETAILS = 100; export declare const MAX_TIMELINE_DETAIL_STRING_LENGTH = 512;