/** * Writes the output of running a function with a sketch to file */ export declare function writeResultOutput(results: any, functionName: string, name: string): Promise;