export declare const fireChangeEvent: (value: string, { isDeletion, cursorPosition, }?: {
    isDeletion?: boolean | undefined;
    cursorPosition?: number | undefined;
}) => void;
