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