import { AppConfigModule } from "../app-config"; import { AdminTokenService, UserTicketService, WebsocketsJwtValidateService } from "./services"; export declare const webSocketsJwtAuthModuleDef: { imports: (typeof AppConfigModule)[]; providers: (typeof AdminTokenService | typeof UserTicketService | typeof WebsocketsJwtValidateService)[]; exports: (typeof AdminTokenService | typeof UserTicketService | typeof WebsocketsJwtValidateService)[]; };