import { type OccupantRoleFeedback, type OccupantRoleFeedbackResult, type SentianceFeedback, type VehicleCrashDetectionFeedback, type VehicleCrashDetectionFeedbackResult } from "./types"; export declare const submitOccupantRoleFeedback: (transportId: string, occupantRoleFeedback: OccupantRoleFeedback) => Promise; export declare const submitVehicleCrashDetectionFeedback: (vehicleCrashDetectionFeedback: VehicleCrashDetectionFeedback) => Promise; declare const feedbackApi: SentianceFeedback; export default feedbackApi;