import { MetaTagsModel } from '../types';
export declare const updateDom: (metas: MetaTagsModel, debounceTime?: number) => void;
