export declare const getApiPath: (rootUrl: string) => {
    EVENTS: string;
    PUBLIC_TICKETS: string;
    PUBLIC_BOOKINGS: string;
};
