export type GetCurrentFrame = () => number;
export declare const useFrameImperative: () => GetCurrentFrame;
