/**
 * Adds `Prisma CLI Version : x.x.x` at the bottom of the error output.
 */
export declare function addVersionDetailsToErrorMessage(message: string): string;
