export interface ClassMetadataLifecycle {
    postConstructMethodName: string | undefined;
    preDestroyMethodName: string | undefined;
}
//# sourceMappingURL=ClassMetadataLifecycle.d.ts.map