/** * Extracts the UUID from a protected comment block. */ export declare function extractUuidFromComment(content: string): string | undefined; /** * Deserializes YAML content back to CSL items. * Extracts UUID from comment blocks to match original items. */ export declare function deserializeFromYaml(yamlContent: string): Record[]; //# sourceMappingURL=yaml-deserializer.d.ts.map