export declare const removeNonCodeWrappedHTML: (str: string) => string;
export declare const parseHeader: (str: string) => string;
export declare const deeplyParseHeader: (str: string) => string;
export declare const clearSuffix: (s: string) => string;