/** * @module index */ export declare type TOption = T | undefined | null; export interface IIndexSeedMap { [key: number]: string; } export declare type TSeedTypes = string | TOption[] | IIndexSeedMap;