import type { RuntimeWorkTargetRef } from "./types.js"; export declare function parseRuntimeWorkTargetRef(value: unknown): RuntimeWorkTargetRef | null; export declare function isRuntimeWorkTargetRef(value: unknown): value is RuntimeWorkTargetRef; export declare function sameRuntimeWorkTargetRef(left: RuntimeWorkTargetRef, right: RuntimeWorkTargetRef): boolean; //# sourceMappingURL=work-target.d.ts.map