import type { StudioAttachment, StudioAttachmentCaptureRequest } from "./types.js"; export declare function captureStudioAttachment(projectRoot: string, input: StudioAttachmentCaptureRequest): Promise; export declare function getStudioAttachment(projectRoot: string, id: string): Promise;