export interface OnGatewayInit<T = any> {
    afterInit(server: T): any;
}
//# sourceMappingURL=on-gateway-init.d.ts.map