export declare type Byte = number;
export declare type BooleanArray = Array<boolean | 0 | 1 | number>;
//# sourceMappingURL=primatives.d.ts.map