declare const internal: { /** * Internal API, unstable, for debugging only. */ getHeaders: () => Promise; /** * Internal API, unstable, for debugging only. */ setLogo: (logo: string) => void; /** * Internal API, unstable, for debugging only. */ log: (...data: any[]) => void; /** * Internal API, unstable, for debugging only. */ emitEvent: >(eventName: string, params?: T | undefined) => Promise; /** * Internal API, unstable, for debugging only. */ dangerouslyAPI: (...args: unknown[]) => T_1; /** * Internal API, unstable, for debugging only. */ dangerouslyPromisifyAPI: (...args: unknown[]) => Promise; }; export default internal;