import type { Args } from "../internal/parseArgs";
/**
 * Moves a shard from one database to another with no downtime.
 */
export declare function actionMove(args: Args): Promise<boolean>;
//# sourceMappingURL=actionMove.d.ts.map