export declare const isTokenMatched: (hash: string, token: string) => boolean;
