1export declare function pathToHtmlSafeName(path: string): string; 2export declare function getHotReplaceTemplate(id: string): string; 3export declare function wrapDevelopmentCSS(props: { 4 src: string; 5 filename: string; 6}): string; 7export declare function escapeBackticksAndOctals(str: string): string; 8