import { IEventV2 } from "@/app/dashboard/models/Event";
export interface AffiliateLink {
    isAffiliate?: boolean;
    ref?: string;
}
export declare const eventInSingleEventPage: import("@preact/signals-core").Signal<IEventV2>;
export declare const upcomingEventListInSingleEventPage: import("@preact/signals-core").Signal<Partial<IEventV2>[]>;
export declare const affiliateLink: import("@preact/signals-core").Signal<AffiliateLink>;
export declare const updateAffiliateLink: (data: AffiliateLink) => void;
export declare const loadEventById: (id: string, previewToken?: string, navigate?: Function) => Promise<void>;
export declare const ticketPriceRange: import("@preact/signals-core").ReadonlySignal<string>;
export declare const gotoAnotherSingleEvent: (navigate: Function, eventId: string) => void;
//# sourceMappingURL=single-page.store.d.ts.map