/** * @param i - numeric code for the ascii letter * @returns a letter from a to z, or A to Z if those are exhausted. */ export declare function getOneLetter(i: number): string; //# sourceMappingURL=getOneLetter.d.ts.map