export declare const updateCount: (parentId: string) => (count: number) => void;
export declare const addSearchInput: (showTags: boolean, showPending: boolean) => string;
