import ServiceProviderInterface from "./ServiceProviderInterface"; import ApplicationInterface from "./../foundation/ApplicationInterface"; export default class ServiceProvider implements ServiceProviderInterface { app: ApplicationInterface; constructor(app: ApplicationInterface); protected mergeConfigFrom(frameworkConfig: any, key: string): void; boot(): void; }