import { CliFacade } from '../cli';
export declare class Import {
    private readonly service;
    constructor(service: CliFacade);
    execute(workspace: string, data: any, stage?: string, url?: string): Promise<void>;
}
