export declare const addIncludes: (map: Map<string, string>, name: string, code: string) => void;
export declare const replaceIncludesInCode: (_map: Map<string, string>, code: string) => string;
