import type { ActivitySinkV1 } from "#channel/types.js";
export declare function parseActivitySink(value: unknown): ActivitySinkV1 | undefined;
