import type { Collection, Field, PayloadRequest, RichTextField } from 'mzinga/types'; import type { AdapterArguments } from '../types'; type Arguments = { currentDepth?: number; data: unknown; depth: number; draft: boolean; field: RichTextField; key: number | string; overrideAccess?: boolean; req: PayloadRequest; showHiddenFields: boolean; }; export declare const populate: ({ id, collection, currentDepth, data, depth, draft, key, overrideAccess, req, showHiddenFields, }: { collection: Collection; field: Field; id: string; } & Omit) => Promise; export {}; //# sourceMappingURL=populate.d.ts.map