import { IKeyCode } from '../types'; export declare const getCharacterCode: (name: string) => IKeyCode; export declare const getValueCharacterCode: (value: string) => IKeyCode | null;