/**
* Waits for the default `prisma-client-js` generator to finish producing its outputs.
*
* @categoryInternal
* @returns The path of the found `.prisma/client` dir.
*/exportdeclarefunctionwaitForClientJs(schemaPath: string, prismaOutputDir: string): Promise<string>;