export declare function pathToHtmlSafeName(path: string): string;
export declare function getHotReplaceTemplate(id: string): string;
export declare function wrapDevelopmentCSS(props: {
    src: string;
    filename: string;
    reactServer: boolean;
}): string;
export declare function escapeBackticksAndOctals(str: string): string;
