import { CreateError } from "../utils/createCustomError";
declare const errors: Record<string, CreateError>;
export default errors;
