import { SectionTitleStatus } from '../constants/log';
export declare const watchSectionTitle: (str: string, status: SectionTitleStatus) => Promise<string>;