export declare class Schema { private _id; private _name; private _struct; private _bytes; constructor(_id: string, _name: string, _struct: Object); static Validation(struct: Object): void; get id(): string; get name(): string; private isSpecialType; private calcBytes; get struct(): Object; get bytes(): number; } //# sourceMappingURL=schema.d.ts.map