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