import { WithValidationError } from "../types/withValidationError"; import { ApiCallOptions } from "../base"; export declare const sendSupportCase: ({ dealerId, message, subject, options, }: { dealerId: number; message: string; subject: string; options?: ApiCallOptions; }) => Promise;