interface IChatOptions { loadingChat: boolean; chatServiceNotAvailable: boolean; hasBlockedByCookie: boolean; } /** * Dynamically loads the Salesforce Enhanced Messaging bootstrap script and * calls `embeddedservice_bootstrap.init()` once the script is ready. * * The script is injected only after TrustArc functional-cookie consent is * confirmed, and the `onload` callback is used instead of polling so we * never race against network latency. * * @see https://developer.salesforce.com/docs/service/messaging-web/guide/set-up-embedded-messaging.html */ export declare const useChatInit: () => IChatOptions; export {}; //# sourceMappingURL=useChatInit.d.ts.map