import ApplicationInterface from "./ApplicationInterface"; export default class ContainerMixin { registerMixin(app: ApplicationInterface): void; }