import { TExposeCurrentFrameAndCurrentTimeFunction } from './expose-current-frame-and-current-time-function'; import { TWindow } from './window'; export type TExposeCurrentFrameAndCurrentTimeFactory = (window: null | TWindow) => TExposeCurrentFrameAndCurrentTimeFunction;