import { Command } from "commander"; /** * Post-call webhooks. REST: /v1/postcall/webhooks/* * - GET /webhooks/:call_id — read the stored webhook for a call * - POST /webhooks/create — create & send for a set of call_ids * - POST /webhooks/resend — re-send stored webhooks for call_ids */ export declare function registerPostcallCommand(program: Command): void; //# sourceMappingURL=postcall.d.ts.map