/** * The main purpose of this function is to set up a listener for process warnings. * oclif reports this warnings when CLI command can not be interpreted by Node.js * (most of the time related to some imports dependencies missing) * This throws an error and enables us to see what the error is about * @returns {void} */ export function setUpProcessWarningListener(): void; /** * @type {() => Promise} */ export const isCountlyInitialized: () => Promise; export function createErrorPromise(error: Error | unknown): never | Promise; export const sessionEndPromise: Promise;