export declare class ExternalServices { static executeAction(intent: string, typeGuid: string, objectName: string, content: string): void; static executeRequest(intent: string, type: string, typeGuid: string, objectName: string, content: string, token: string): Promise; }