import { SuggestionsItemData } from "@xapp/chat-widget-core";
export declare function match(item: SuggestionsItemData, pattern: string): boolean;
