export declare const ERRORS: { SERVER_ERROR: { code: string; message: string; httpCode: number; }; FORBIDDEN_API_PIG_FARM: { code: string; message: string; httpCode: number; }; TOKEN_NOT_FOUND_API_PIG_FARM: { code: string; message: string; httpCode: number; }; TOKEN_DUPLICATE_FOUND_API_PIG_FARM: { code: string; message: string; httpCode: number; }; NOT_FOUND_CATALOG_API_PIG_FARM: { code: string; message: string; httpCode: number; }; CATEGORY_DUPLICATE_API_PIG_FARM: { code: string; message: string; httpCode: number; }; CATEGORY_NOT_FOUND_PIG_FARM: { code: string; message: string; httpCode: number; }; TEMPLATE_MESSAGE_NOT_FOUND: { code: string; message: string; httpCode: number; }; };