/**
 *
 * utils
 *
 */
/** @private */
export declare function isObject(val: unknown): val is Record<PropertyKey, unknown>;
