import { CommentParsed } from './parser'; export declare function saveMetadata(componentPath: string, metadata: CommentParsed): void;