import { Pathy } from '@bscotch/pathy'; import { GameMakerRelease, GameMakerReleaseWithNotes } from './feeds.types.js'; export declare function computeReleasesSummaryWithNotes(releases?: GameMakerRelease[], cache?: Pathy | string): Promise; export declare function computeReleasesSummary(): Promise; //# sourceMappingURL=feeds.d.ts.map