import type { VaultArtifactType } from "./context-vault-model.js"; export declare function sha256File(filePath: string): Promise; export declare function mediaTypeForPath(filePath: string, type: VaultArtifactType): string;