/** * Compatibility layer for the Flowcore Transformer Core SDK * * This module re-exports components from the @flowcore/sdk-transformer-core package * to provide backwards compatibility with existing transformer implementations. * * @module */ import transformerCore from "@flowcore/sdk-transformer-core"; /** * WebhookBuilder from the transformer core SDK for sending webhook events */ export declare const WebhookBuilder: typeof transformerCore.WebhookBuilder; /** * Options for configuring webhook send operations * * These options control how webhook requests are sent, including timestamps and headers. */ export type { WebhookSendOptions } from "@flowcore/sdk-transformer-core"; //# sourceMappingURL=flowcore-transformer-core.sdk.d.ts.map