import { CharacterCode } from '../characterCodes'; import { IKeyCode } from '../types'; export declare const getBitValue: (code: IKeyCode, characterCodes: CharacterCode[]) => string | null;