import { OnModuleInit } from '@nestjs/common'; export declare class ContentModule implements OnModuleInit { onModuleInit(): Promise; }