export interface EntrypointModifier { needToModify: (ctx: any) => Promise; getContentBegin: (ctx: any) => string; getContentEnd: (ctx: any) => string; getImports: (ctx: any) => string; }