import type { PayloadRequest, Where } from 'payload';
type Args = {
    req: PayloadRequest;
    tenantFieldName: string;
    tenantsCollectionSlug: string;
};
export declare const filterDocumentsBySelectedTenant: ({ req, tenantFieldName, tenantsCollectionSlug, }: Args) => null | Where;
export {};
//# sourceMappingURL=filterDocumentsBySelectedTenant.d.ts.map