/**
 * This file is used to help our packet serialization and deserialization
 * process, and to create new packets on the fly.
 *
 * ⚠️ Do not edit this file manually, it is generated by the `codegen` script!
 *
 * @see {@link http://wiki.secondlife.com/wiki/Message_Layout}
 */
import { type PacketMetadata } from "../../network";
export declare class PacketLookup {
    private static list;
    static find(id: number): PacketMetadata | undefined;
}
