@promptbook/gemini
Version:
It's time for a paradigm shift. The future of software in plain English, French or Latin
16 lines (15 loc) • 453 B
TypeScript
import type { TODO_any } from '../../utils/organization/TODO_any';
import type { ExecuteAttemptsOptions } from './40-executeAttempts';
/**
* @@@
*
* @private internal type of `executeFormatSubvalues`
*/
type ExecuteFormatCellsOptions = ExecuteAttemptsOptions;
/**
* @@@
*
* @private internal utility of `createPipelineExecutor`
*/
export declare function executeFormatSubvalues(options: ExecuteFormatCellsOptions): Promise<TODO_any>;
export {};