import { NameDisplay } from "../types/review";
export declare const displayName: (name: string, config: NameDisplay) => string;
