export declare const LENGTH = 11; /** * Creates a unique alphanumeric string of length 11. The returned id always begins * with a letter to disambiguate from values that can be potentially interpreted as * numbers. * * @returns {string} A unique alphanumeric string. */ export declare const create: () => string; //# sourceMappingURL=id.d.ts.map