export declare function getDoMatchWildcardsPattern(params: { stringWithWildcards: string; candidate: string; }): boolean;