import type { SCMWebhookRequest } from "./types.js"; export declare function getWebhookHeader(headers: SCMWebhookRequest["headers"], name: string): string | undefined; export declare function parseWebhookJsonObject(body: string): Record; export declare function parseWebhookTimestamp(value: unknown): Date | undefined; export declare function parseWebhookBranchRef(ref: unknown): string | undefined; //# sourceMappingURL=scm-webhook-utils.d.ts.map