import { type PacketHandler } from '../shared';
declare const handleAuth: PacketHandler;
export default handleAuth;
