import type { RoutingStrategy } from "../strategy.js"; import type { Reroute } from "@sveltejs/kit"; /** * Returns a reroute function that applies the given translations to the paths * @param translations */ export declare const createReroute: (strategy: RoutingStrategy) => Reroute; //# sourceMappingURL=reroute.d.ts.map