export interface OnApplicationShutdown {
    onApplicationShutdown(signal?: string): any;
}
