import { PacketSize } from './types';
export declare const PACKET_SIZES: {
    [index: string]: {
        [index: number]: PacketSize;
    };
};
