interface MutableList { length: number; [k: number]: T; } export type { MutableList };