import { Contributor } from '../../models'; export declare function getName(contributor: Contributor, useFullName?: boolean): string; export declare function getUserIdentificator(contributor: Contributor): string;