export declare function addClassToSegmentCode(segmentSourceCode: string, { sourceName, compiledName, importPath, }: { sourceName: string; compiledName: string; importPath: string; }): string;