export declare function keydown(_node: HTMLElement, data: { codes: string[]; fn: (code: string) => void; }): SvelteActionReturnType;