export interface BeforeApplicationShutdown {
    beforeApplicationShutdown(signal?: string): any;
}
