import type { CallAutomationEvent } from "./models/events.js";
/**
 * Helper function for parsing Acs callback events.
 */
export declare function parseCallAutomationEvent(encodedEvents: string | Record<string, unknown>): CallAutomationEvent;
//# sourceMappingURL=callAutomationEventParser.d.ts.map