export declare const getCursorPosition: () => Promise<{ row?: number; col?: number; }>;