import type { StudioDesignSystemArtifact } from "./types.js"; export declare function resolveDesignSystemArtifactEvidence(projectRoot: string, artifact: StudioDesignSystemArtifact): Promise; export declare function readResolvedAsset(projectRoot: string, sourcePath: string): Promise<{ bytes: Buffer; mimeType: string; } | null>;