export declare function addConsoleLogResultComments(filePath: string, 
/**
 * the arguments passed to the `console.log`s. Can be retrieved with mocks
 */
logCalls: unknown[][], tsConfigFilePath: string): Promise<string>;
