import { PathChangeResult } from '../../../consumer/bit-map/bit-map';
declare const _default: ({ from, to, component }: {
    from: string;
    to: string;
    component: boolean;
}) => Promise<PathChangeResult[]>;
export default _default;
