export declare class VAOneApi { static callVaOneApiAsync(servicePlanId?: string, conversationId?: string, mappingId?: string, inputPayload?: Record): void static vaOneApiCancelled(response?: Record): void static vaOneApiCompleted(response?: Record): void static vaOneApiErrored(response?: Record): void }