declare const arraySize: <TContent>(value: TContent[]) => number;
export { arraySize };
