import FMCCommand from '../FMCCommand'; export default class Curl extends FMCCommand { static description: string; static strict: boolean; static examples: string[]; static flags: any; static args: { name: string; required: boolean; }[]; private request; private getLink; protected showDevspace(): boolean; run(): Promise; } //# sourceMappingURL=curl.d.ts.map