/**
* @returns A new value that will be updated on every frame redraw with the
* number of milliseconds elapsed since the value was started.
* The clock is created in the stopped state.
*/exportdeclareconstuseClockValue: () =>import("..").SkiaClockValue;