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