export declare const debug: ((...args: any[]) => void) & { color: string; enabled: boolean; namespace: string; log: (...args: string[]) => void; extend: () => void; }; /** * Resolves the path to the Prisma Client to determine the default output directory. */ export declare function resolvePrismaClient(baseDir: string): Promise;