import { Catalyst } from '../types'; export declare const catalystManagerMaker: ({ api }: { api: Catalyst.Api; }) => { getFundInfo: () => Promise>>; fundStatus: typeof fundStatus; config: Readonly<{ api: { fund: string; }; apps: { ios: string; android: string; }; groups: { community: string; announcements: string; }; media: { townhall: string; }; newsletter: string; others: { ideascale: string; }; }>; }; declare function fundStatus({ snapshotStart, votingStart, votingEnd, tallyingEnd }: Catalyst.FundInfo, when?: Date): Readonly; export {}; //# sourceMappingURL=manager.d.ts.map