export declare const TICKETS_ENDPOINT = "https://api-staging.periskope.app/v1/tickets";
export declare const SEND_MESSAGE_ENDPOINT = "https://api-staging.periskope.app/v1/message/send";
export declare const MESSAGES_ENDPOINT = "https://api-staging.periskope.app/v1/message";
export declare const CHATS_ENDPOINT = "https://api-staging.periskope.app/v1/chats";
export declare const CREATE_CHAT_ENDPOINT = "https://api-staging.periskope.app/v1/chats/create";
export declare const CONTACTS_ENDPOINT = "https://api-staging.periskope.app/v1/contacts";
