#!/usr/bin/env node /** * Import Command * * Imports context data from exported files. */ import { Command } from 'commander'; export declare const importCommand: Command; //# sourceMappingURL=import.d.ts.map