import { getPreviousPath } from './getPreviousPath';
import { getNextPath } from './getNextPath';
import { isBlockSelected } from './isBlockSelected';
import { getPath } from './getPath';
import { getSelectedPaths } from './getSelectedPaths';
import { isPathEmpty } from './isPathEmpty';
import { setPath } from './setPath';
import { getLastNodePoint } from '../../utils/getLastNodePoint';
export declare const Paths: {
    getPath: typeof getPath;
    getNextPath: typeof getNextPath;
    getPreviousPath: typeof getPreviousPath;
    isBlockSelected: typeof isBlockSelected;
    getSelectedPaths: typeof getSelectedPaths;
    isPathEmpty: typeof isPathEmpty;
    setPath: typeof setPath;
    getLastNodePoint: typeof getLastNodePoint;
};
export type Paths = typeof Paths;
//# sourceMappingURL=index.d.ts.map