import type { NodeApplication } from "alp-node"; import type MongoUsersManager from "./MongoUsersManager"; import type { User } from "./types"; export declare const authSocketIO: (app: NodeApplication, usersManager: MongoUsersManager, io: any, jwtAudience?: string) => void; //# sourceMappingURL=authSocketIO.d.ts.map