import { Key } from './key'; export declare class GotoKey extends Key { constructor(dest: Key); }