//#region src/utils/resolveObjectPromises.d.ts
/**
 * A more "unified" approach where each type (function, array, object, primitive)
 * is handled inside the main recursive body.
 */
declare const resolveObjectPromises: <T = unknown>(entry: any) => Promise<T>;
//#endregion
export { resolveObjectPromises };
//# sourceMappingURL=resolveObjectPromises.d.ts.map