/** * Memory Transfer Commands * exportCommand, importCommand */ import type { Command } from '../types.js'; export declare const exportCommand: Command; export declare const importCommand: Command; //# sourceMappingURL=memory-transfer.d.ts.map