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