/** * Embed Command * * 메모리 임베딩 생성/관리 명령어. */ import { Command } from 'commander'; export declare function embedCommand(): Command; //# sourceMappingURL=embed.d.ts.map