import type { CommandLeftOrRightOption } from '../index.ts'; export declare function createCommand(source: string, destination: string, whereFrom: CommandLeftOrRightOption, whereTo: CommandLeftOrRightOption, timeout: number): string[]; export declare function blmove(this: T, source: string, destination: string, whereFrom: CommandLeftOrRightOption, whereTo: CommandLeftOrRightOption, timeout: number): Promise;