import type { JsonObject, JsonValue, PayloadRequest } from '../../../types/index.js'; import type { FieldAffectingData } from '../../config/types.js'; export declare function getFallbackValue({ field, isDocumentValueAllowed, req, siblingDoc, }: { field: FieldAffectingData; isDocumentValueAllowed?: boolean; req: PayloadRequest; siblingDoc: JsonObject; }): Promise; //# sourceMappingURL=getFallbackValue.d.ts.map