import type { DocumentMetadata } from '../types/index.js'; /** * Extracts the LOIO ID from markdown content * Format: */ export declare function extractLoioId(content: string): string; /** * Extracts complete document metadata */ export declare function extractMetadata(filePath: string, content: string): Promise; /** * Checks if a file path looks like a documentation file */ export declare function isDocumentationFile(filePath: string): boolean; /** * Checks if a file is an index file */ export declare function isIndexFile(filePath: string): boolean; //# sourceMappingURL=metadata.d.ts.map