export { TypedStruct$1 as default }; declare var TypedStruct$1: typeof TypedStruct; declare class TypedStruct { static Classes: any; static fromJSON(obj: any): TypedStruct; static fromApi(obj: any): TypedStruct; constructor(...values: any[]); apply(fn: any): { [k: string]: any; }; eq(other: any): boolean; toString(): string; toJSON(): {}; }