declare function craftHandshake(hostname: string, port: number, protocolVersion: number): Promise>; declare function craftEmptyPacket(packetID: number): Promise>; declare function craftPingPacket(): Promise>; declare const _default: { craftHandshake: typeof craftHandshake; craftEmptyPacket: typeof craftEmptyPacket; craftPingPacket: typeof craftPingPacket; }; export default _default; //# sourceMappingURL=packetGenerator.d.ts.map