export interface ClassMetadataLifecycle {
    postConstructMethodNames: Set<string | symbol>;
    preDestroyMethodNames: Set<string | symbol>;
}
//# sourceMappingURL=ClassMetadataLifecycle.d.ts.map