import type { ParsePathname } from './types';
declare const parsePathname: ParsePathname;
export default parsePathname;
