import { nanoid } from 'nanoid'; export declare const numAlphNanoid: (size?: number) => string; export default nanoid;