//#region src/utils/logErrorInDevMode.d.ts
declare const logErrorInDevMode: (message: string) => void;
//#endregion
export { logErrorInDevMode };