import { Char } from "../types"; export declare const convertLetterToNumber: (char: Char | number) => number;