/** * Writes anything (string or json) the assets folder of the operation of the caller function of this function * * Useful for testing */ export declare const writeToAssets: (sourceFilePath: string, data: any, assetsFileName?: string, hideLog?: boolean) => Promise; //# sourceMappingURL=writeToAssets.d.ts.map