import { Ctor } from "ajsfw/types";
import { IBootConfig } from "ajsfw/boot";
export interface IAjsBootConfig {
    bootConfig: IBootConfig;
    applicationConstructor: Ctor;
}
