import { OnPreResult, Options } from '../types/options'; import { Speech } from '../speech'; export declare class PreResultUtils { static process(speech: Speech, newText: string, isFinal: boolean, onPreResult?: OnPreResult, options?: Options): boolean | undefined; }