type IdGenerator = (length?: number) => string; export type { IdGenerator as I };