export declare const isStruct: (arr: any[]) => boolean; export declare const convertStructToPlainObject: (struct: any[]) => any; //# sourceMappingURL=struct.d.ts.map