import { CustomTermStatus } from '../shared/config'; /** * Get the where clause to be used to query cumstom terms * @param userIds array of user ids * @param status array of status * @returns the where clause to be used to query cumstom terms */ export declare const getWhereClause: (userIds: string[], status: CustomTermStatus[]) => string;