export declare const start: undefined; declare type Cursor = string | typeof start; export default Cursor;