/** * Reads top-level .md files from the given directory and returns their names * without the .md extension, sorted alphabetically. * Returns an empty array if the directory does not exist or is unreadable. */ export declare function listSpecNames(specsDir: string): Promise;