export declare const createControls: (handlers: Record<KeyboardEvent["code"], () => void>) => string[][];
