import { SearchAutocompleteOption } from '../../../search/models/category/search-autocomplete-option';
/**
 * @param userName name of the mock user value
 * @param userId id of the mock user value
 * @param normalUser if not the user is the special ME user option
 */
export declare function mockUserAutocompleteValue(userName: string, normalUser?: boolean, userId?: string): SearchAutocompleteOption<Array<string>>;
