export interface IDestroy { gracefulShutdown?: () => Promise; onModuleDestroy: () => Promise; } //# sourceMappingURL=interfaces.d.ts.map