/** * Represents a signed integer of the size of the architecture of the current system */ export declare type SintSize = number; /** * Represents an unsigned integer of the size of the architecture of the current system */ export declare type UintSize = number;