import type { DataFromGlobalSlug, GlobalSlug, PayloadRequest, SanitizedGlobalConfig } from 'payload'; import type { DeepPartial } from 'ts-essentials'; type Resolver = (_: unknown, args: { data?: DeepPartial, 'id'>>; draft?: boolean; fallbackLocale?: string; locale?: string; }, context: { req: PayloadRequest; }) => Promise>; export declare function update(globalConfig: SanitizedGlobalConfig): Resolver; export {}; //# sourceMappingURL=update.d.ts.map