import { default as Command } from '../command';
declare class Dwell extends Command {
    constructor(time?: number);
}
export default Dwell;
