import { Command } from "commander"; interface ImportOptions { boundary?: string; watch?: boolean; ignore?: string; yes?: boolean; } export declare function importCommand(directory: string | undefined, options: ImportOptions): Promise; export declare function buildSyncSourcePath(syncRoot: string, file: string): string; export declare function importStatusCommand(): void; export declare function registerImportCommand(program: Command): void; export {}; //# sourceMappingURL=import.d.ts.map