import type { Bootstrapper } from "../../Contracts/Foundation/Boostrapper"; import type Application from "../Application"; declare class RegisterProviders implements Bootstrapper { bootstrap(app: Application): Promise; } export default RegisterProviders;