/** The type of resource the webhook subscription is for. */ export declare const WebhookSubscriptionResourceType: { readonly Extractor: "extractor"; readonly Classifier: "classifier"; readonly Splitter: "splitter"; readonly Workflow: "workflow"; }; export type WebhookSubscriptionResourceType = (typeof WebhookSubscriptionResourceType)[keyof typeof WebhookSubscriptionResourceType] | string;