import { getBlockOrder } from './getBlockOrder';
import { getNextBlockOrder } from './getNextBlockOrder';
import { getPreviousBlockOrder } from './getPreviousBlockOrder';
import { getSelectedPaths } from './getSelectedPaths';
import { isBlockSelected } from './isBlockSelected';
import { isPathEmpty } from './isPathEmpty';
import { setPath } from './setPath';
import { getLastNodePoint } from '../../utils/get-node-points';
import { getFirstPoint } from '../selection/getFirstPoint';
export declare const Paths: {
    getBlockOrder: typeof getBlockOrder;
    getNextBlockOrder: typeof getNextBlockOrder;
    getPreviousBlockOrder: typeof getPreviousBlockOrder;
    isBlockSelected: typeof isBlockSelected;
    getSelectedPaths: typeof getSelectedPaths;
    isPathEmpty: typeof isPathEmpty;
    setPath: typeof setPath;
    getLastNodePoint: typeof getLastNodePoint;
    getFirstNodePoint: typeof getFirstPoint;
};
export type Paths = typeof Paths;
//# sourceMappingURL=index.d.ts.map