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