import type { Config, Field, SanitizedConfig } from 'payload'; import type { MultiTenantPluginConfig } from '../types.js'; type AddFilterOptionsToFieldsArgs = { blockReferencesWithFilters: string[]; config: Config | SanitizedConfig; fields: Field[]; tenantEnabledCollectionSlugs: string[]; tenantEnabledGlobalSlugs: string[]; tenantFieldName: string; tenantsArrayFieldName: string; tenantsArrayTenantFieldName: string; tenantsCollectionSlug: string; userHasAccessToAllTenants: Required>['userHasAccessToAllTenants']; }; export declare function addFilterOptionsToFields({ blockReferencesWithFilters, config, fields, tenantEnabledCollectionSlugs, tenantEnabledGlobalSlugs, tenantFieldName, tenantsArrayFieldName, tenantsArrayTenantFieldName, tenantsCollectionSlug, userHasAccessToAllTenants, }: AddFilterOptionsToFieldsArgs): Field[]; export {}; //# sourceMappingURL=addFilterOptionsToFields.d.ts.map