import type { TaskDefinition } from "./types.js"; type TaskObject = Record; /** Validate and capture the task metadata that crosses discovery boundaries. */ export declare function captureTaskDefinition(value: unknown): TaskDefinition; /** Identify structural task exports without executing accessors. */ export declare function isTaskDefinitionCandidate(value: unknown): value is TaskObject; export {}; //# sourceMappingURL=definition-snapshot.d.ts.map