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