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