import { EventSyncResult } from '../../core/runtime/EventSyncResult';
export declare function useTextSync(target: string): EventSyncResult<any>;
