import * as cg from './types.js';
import { HeadlessState } from './state.js';
export declare function premove(state: HeadlessState, key: cg.Key): cg.Key[];
