declare module 'get-cursor-position' {
    interface ICursorPosition {
        row: number;
        col: number;
    }
    function sync(): ICursorPosition;
}
//# sourceMappingURL=get-cursor-position.global.d.ts.map