declare const getTimelineExpandedUUIDs: import("@lincode/reactivity").GetGlobalState<Set<string>[]>;
export { getTimelineExpandedUUIDs };
export declare const addTimelineExpandedUUID: (val: string) => void;
export declare const deleteTimelineExpandedUUID: (val: string) => void;
