export declare class FuzzyMatcher {
    static findMatch(intents: any, payload: any): any;
}
