import { Operation, WebhookPayloadFormat, WebhookTarget } from '../models'; export declare type CreateWebhookTargetInput = Readonly<{ name: string; url: string; format: WebhookPayloadFormat; headers: ReadonlyArray>; }>; export declare type CreateWebhookTargetResult = WebhookTarget; export declare type CreateWebhookTargetService = Readonly<{ createWebhookTarget: Operation; }>; //# sourceMappingURL=CreateWebhookTarget.d.ts.map