import { Response, PartialResponse, ConceptResult } from '../../interfaces'; export declare function punctuationInsensitiveMatch(responseString: string, responses: Array): Response | undefined; export declare function punctuationInsensitiveChecker(responseString: string, responses: Array, passConceptResults?: Boolean): PartialResponse | undefined; export declare function punctuationInsensitiveResponseBuilder(responses: Array, parentID: string | number, conceptResults?: Array): PartialResponse;