import { type SemanticFactManifestV1 } from "./semantic-fact-types.js"; export { parseSemanticFactLocatedValue } from "./semantic-fact-value-shape.js"; export declare function parseSemanticFactManifestYaml(content: string): SemanticFactManifestV1; export declare function parseSemanticFactManifestShape(value: unknown): SemanticFactManifestV1;