import type { To } from 'react-router'; /** Navigates to a path while setting or updating the username query parameter. */ export declare const navigateWithUsername: (xnsName: string, paramsString: string, navigate?: ((to: string) => void), to?: To) => void; //# sourceMappingURL=navigateWithUsername.d.ts.map