import { AdoptionMatchType } from '../context/LiveAgentContext'; export declare function matchesHash(rawHash: string, matchType: AdoptionMatchType, hashPattern: string): boolean;