declare const _computePath: (path: string, direction: 'prev' | 'next') => string | null;
export default _computePath;
