import { CrawlConfig, CrawledRelease } from '../../models'; export declare function generateGroupBasedFormat(config: CrawlConfig, crawledRelease: CrawledRelease): Promise; export declare function updateGroupMd(config: CrawlConfig, group: { key: string; matchers: string[]; }, crawledRelease: CrawledRelease): Promise;