import type { CollectionSlug, ServerProps, ViewTypes } from 'payload'; import type { MultiTenantPluginConfig } from '../../types.js'; type Args = { collectionSlug: CollectionSlug; docID?: number | string; globalSlugs: string[]; tenantArrayFieldName: string; tenantArrayTenantFieldName: string; tenantFieldName: string; tenantsCollectionSlug: string; useAsTitle: string; userHasAccessToAllTenants: Required>['userHasAccessToAllTenants']; viewType: ViewTypes; } & ServerProps; export declare const GlobalViewRedirect: (args: Args) => Promise; export {}; //# sourceMappingURL=index.d.ts.map