import { Client } from "minecraft-protocol"; import { ForgeHandshakeOptions } from "./types"; export function forgeHandshake(client: Client, options: ForgeHandshakeOptions): void;