export declare class JsonPackExtension { readonly tag: number; readonly val: T; constructor(tag: number, val: T); }