import { Response, PartialResponse } from '../../interfaces'; export declare function machineLearningSentenceMatch(response: string, link: string): Promise; export declare function machineLearningSentenceChecker(responseString: string, responses: Array, link: string, matcherFunction?: Function): Promise; export declare function machineLearningSentenceResponseBuilder(responses: Array, match: any): PartialResponse;