type Serializable = string | object | number | boolean | bigint;

export {
	Serializable as CPSerializable,
};

export {};
