import { Keymap } from '@textbus/core';
export declare function createKeymap(config: Keymap): Node[];
