import type { LineState } from "@block-kit/core"; export declare const isEmptyLine: (line: LineState) => boolean | null; export declare const isKeyCode: (event: KeyboardEvent, code: number) => boolean;