export type Snowflake = string;
export type Integer = number;
export type UI8 = Uint8Array;
export type UI16 = Uint16Array;
export type UI32 = Uint32Array;
//# sourceMappingURL=@type.d.ts.map