export declare const getApiPath: (rootUrl: string) => {
    EVENTS: string;
    PUBLIC_TICKETS: string;
    PUBLIC_BOOKINGS: string;
    PUBLIC_ACCOUNTS: string;
    PUBLIC_GROUPS: string;
    WEBSITE_PUBLIC_EVENTS: string;
    WEBSITE_PUBLIC_TICKETS: string;
    WEBSITE_PUBLIC_ACCOUNTS: string;
    WEBSITE_PUBLIC_GROUPS: string;
};
export declare const INBOUND_URL: {
    VISITOR: string;
    INBOUND: string;
};
