declare const SAMPLE_EMPTY_ARRAY: readonly []; declare const SAMPLE_ARRAYS: readonly [readonly [], readonly [1, 2]]; export { SAMPLE_ARRAYS, SAMPLE_EMPTY_ARRAY };