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