/** * An arbitrary HTTP header applied to the WebHook */ export declare type WebHookHeader = { headerName: string; headerValue: string; };