import * as f from "fun-model"; export declare type CursorFieldsMap = { [ctxFieldName: string]: f.ICursor; }; export declare function isCursor(obj: f.ICursor | CursorFieldsMap): obj is f.ICursor; export declare function unifyStateName(prefix: string): string; export declare function unifyCursorName(prefix: string): string;