import { EventSyncResult } from '../../core/runtime/EventSyncResult';
import { RuntimeSpan } from '../../core/RuntimeSpan';
export declare function useClockSync(target: string): EventSyncResult<RuntimeSpan | undefined>;
