import { Target, StreamConfig } from '@sasjs/utils'; export declare function executeSasScript(scriptPath: string, target: Target, streamConfig: StreamConfig): Promise; /** * this function formats the error string to dump error log on console * @param error * @returns returns a string */ export declare function formatErrorString(error: any): string;