import type { WorkArtifact, WorkTemplate } from './work-types'; export declare const WORK_TEMPLATES: WorkTemplate[]; export declare function createWorkArtifact(templateId: string): WorkArtifact; export declare function createWorkId(prefix: string): string;