/**
 * <input id="foo" type="password" /> → INPUT[password]#foo
 */
export default function getElIdentifier(event: Event): string | undefined;
