export { logErrorProd };
export { onRuntimeError };
declare function logErrorProd(err: unknown, _httpRquestId: null | number): void;
declare function onRuntimeError(err: unknown): void;
