import { Target } from '@sasjs/utils'; export declare const executeCode: (target: Target, code: string) => Promise<{ log: any; }>;