export declare const DEFAULT_STORY_DURATION = 7; export declare const getStoryDuration: (story: any) => number; export declare const adaptGroupData: (data: any, uniqUserId: string, language: string, isMobile?: boolean, isOnlyGroups?: boolean) => any;