export declare type ArrayFixed = [T, ...Array] & { length: L; }; export declare type Dict = { [key: string]: T; };