export declare const prefetchedEvents: ({
    id: number;
    name: string;
    description: string;
    slug: string;
    color: string;
    privacy: string;
    visible: boolean;
    active: boolean;
    show_on_feed: boolean;
    subscription_status: any;
    image_bigger: string;
    image_big: string;
    image_medium: string;
    image_small: string;
    subscribers_counter: number;
    goings_counter: number;
    start_date: string;
    end_date: string;
    recurring: string;
    location: string;
    geolocation: any;
    geolocation_lat: any;
    geolocation_lng: any;
    link: string;
    created_at: string;
    created_by: {
        id: number;
        username: string;
        real_name: string;
        avatar: string;
        ext_id: any;
        deleted: boolean;
        followings_counter: number;
        followers_counter: number;
        posts_counter: number;
        discussions_counter: number;
        polls_counter: number;
        categories_counter: number;
        date_joined: string;
        bio: string;
        location: string;
        location_lat_lng: any;
        position_lat_lng: any;
        date_of_birth: any;
        description: string;
        gender: string;
        website: string;
        cover: any;
        tags: any[];
        reputation: number;
        language: string;
        community_badge: boolean;
        reg_approved: boolean;
        job: string;
        store: string;
        brand: string;
    };
    managed_by: {
        id: number;
        username: string;
        real_name: string;
        avatar: string;
        ext_id: any;
        deleted: boolean;
        followings_counter: number;
        followers_counter: number;
        posts_counter: number;
        discussions_counter: number;
        polls_counter: number;
        categories_counter: number;
        date_joined: string;
        bio: string;
        location: string;
        location_lat_lng: any;
        position_lat_lng: any;
        date_of_birth: any;
        description: string;
        gender: string;
        website: string;
        cover: any;
        tags: any[];
        reputation: number;
        language: string;
        community_badge: boolean;
        reg_approved: boolean;
        job: string;
        store: string;
        brand: string;
    };
} | {
    id: number;
    name: string;
    description: string;
    slug: string;
    color: string;
    privacy: string;
    visible: boolean;
    active: boolean;
    show_on_feed: boolean;
    subscription_status: any;
    image_bigger: string;
    image_big: string;
    image_medium: string;
    image_small: string;
    subscribers_counter: number;
    goings_counter: number;
    start_date: string;
    end_date: any;
    recurring: string;
    location: string;
    geolocation: string;
    geolocation_lat: number;
    geolocation_lng: number;
    link: any;
    created_at: string;
    created_by: {
        id: number;
        username: string;
        real_name: string;
        avatar: string;
        ext_id: any;
        deleted: boolean;
        followings_counter: number;
        followers_counter: number;
        posts_counter: number;
        discussions_counter: number;
        polls_counter: number;
        categories_counter: number;
        date_joined: string;
        bio: string;
        location: string;
        location_lat_lng: any;
        position_lat_lng: any;
        date_of_birth: any;
        description: string;
        gender: string;
        website: string;
        cover: any;
        tags: any[];
        reputation: number;
        language: string;
        community_badge: boolean;
        reg_approved: boolean;
        job: string;
        store: string;
        brand: string;
    };
    managed_by: {
        id: number;
        username: string;
        real_name: string;
        avatar: string;
        ext_id: any;
        deleted: boolean;
        followings_counter: number;
        followers_counter: number;
        posts_counter: number;
        discussions_counter: number;
        polls_counter: number;
        categories_counter: number;
        date_joined: string;
        bio: string;
        location: string;
        location_lat_lng: any;
        position_lat_lng: any;
        date_of_birth: any;
        description: string;
        gender: string;
        website: string;
        cover: any;
        tags: any[];
        reputation: number;
        language: string;
        community_badge: boolean;
        reg_approved: boolean;
        job: string;
        store: string;
        brand: string;
    };
} | {
    id: number;
    name: string;
    description: string;
    slug: string;
    color: string;
    privacy: string;
    visible: boolean;
    active: boolean;
    show_on_feed: boolean;
    subscription_status: string;
    image_bigger: string;
    image_big: string;
    image_medium: string;
    image_small: string;
    subscribers_counter: number;
    goings_counter: number;
    start_date: string;
    end_date: any;
    recurring: string;
    location: string;
    geolocation: string;
    geolocation_lat: number;
    geolocation_lng: number;
    link: any;
    created_at: string;
    created_by: {
        id: number;
        username: string;
        real_name: string;
        avatar: string;
        ext_id: any;
        deleted: boolean;
        followings_counter: number;
        followers_counter: number;
        posts_counter: number;
        discussions_counter: number;
        polls_counter: number;
        categories_counter: number;
        date_joined: string;
        bio: string;
        location: string;
        location_lat_lng: any;
        position_lat_lng: any;
        date_of_birth: any;
        description: string;
        gender: string;
        website: string;
        cover: any;
        tags: any[];
        reputation: number;
        language: string;
        community_badge: boolean;
        reg_approved: boolean;
        job: any;
        store: string;
        brand: any;
    };
    managed_by: {
        id: number;
        username: string;
        real_name: string;
        avatar: string;
        ext_id: any;
        deleted: boolean;
        followings_counter: number;
        followers_counter: number;
        posts_counter: number;
        discussions_counter: number;
        polls_counter: number;
        categories_counter: number;
        date_joined: string;
        bio: string;
        location: string;
        location_lat_lng: any;
        position_lat_lng: any;
        date_of_birth: any;
        description: string;
        gender: string;
        website: string;
        cover: any;
        tags: any[];
        reputation: number;
        language: string;
        community_badge: boolean;
        reg_approved: boolean;
        job: any;
        store: string;
        brand: any;
    };
})[];
