import { UCursor } from "../entities/cursor";
export declare const uCursor: <Type extends Record<string, any>>() => UCursor<Type>;
