export interface CliRefInput { type: 'artifact' | 'url'; target_id: string; } export declare function parseRefList(refs: string): CliRefInput[];