import type { ApplicationService } from '@adonisjs/core/types'; export default class EdgeComponentsProvider { protected app: ApplicationService; constructor(app: ApplicationService); protected registerEdgePlugin(): Promise; /** * Adding edge tags (if edge is installed) */ boot(): Promise; }