import { PrismaClientKnownRequestError } from '@prisma/client/runtime'; import { PrismaError } from './PrismaError'; export * from './PrismaError'; export * from './PrismaP2000Error'; export * from './PrismaP2001Error'; export * from './PrismaP2002Error'; export * from './PrismaP2003Error'; export * from './PrismaP2004Error'; export * from './PrismaP2005Error'; export * from './PrismaP2006Error'; export * from './PrismaP2007Error'; export * from './PrismaP2008Error'; export * from './PrismaP2009Error'; export * from './PrismaP2010Error'; export * from './PrismaP2011Error'; export * from './PrismaP2012Error'; export * from './PrismaP2013Error'; export * from './PrismaP2014Error'; export * from './PrismaP2015Error'; export * from './PrismaP2016Error'; export * from './PrismaP2017Error'; export * from './PrismaP2018Error'; export * from './PrismaP2019Error'; export * from './PrismaP2020Error'; export * from './PrismaP2021Error'; export * from './PrismaP2022Error'; export * from './PrismaP2023Error'; export * from './PrismaP2024Error'; export * from './PrismaP2025Error'; export * from './PrismaP2026Error'; export * from './PrismaP2027Error'; export * from './PrismaP2030Error'; export declare const canPrismaError: (error: any) => error is PrismaClientKnownRequestError; export declare const toPrismaError: (originalError: PrismaClientKnownRequestError) => PrismaError; export declare const tryToPrismaError: (originalError: T) => PrismaError | T;