export interface OnApplicationBootstrap {
    onApplicationBootstrap(): any;
}
