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