import type { Location } from '@solidjs/router'; declare function getPathName(location: Location): string; export default getPathName;