import { UserUrlIdentifier } from "../types";
export declare const parseIdentifier: (identifier?: string | number) => UserUrlIdentifier;
