import BitId from '../../bit-id/bit-id';
export default function isBitIdMatchByWildcards(bitId: BitId, idsWithWildcard: string[] | string): boolean;
