declare module 'vanilla-autokana' { type Bindable = string | Element export interface Option { katakana: boolean; debug: boolean; checkInterval: number; } export function bind( name: Bindable, furigana?: Bindable, option?: Partial