import { Location, To } from '@remix-run/router';
/**
 * Creates a Location object with a unique key from the given Path
 */
export declare function createLocation(current: string | Location, to: To, state?: any, key?: string): Readonly<Location>;
//# sourceMappingURL=createLocation.d.ts.map