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