import { EntryModel } from ".";
export declare function addTags(entry: EntryModel, contentTypeUid: string, tagsAsObject: boolean, locale?: string): void;
