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