declare const getProfileRevenue: (profileId: string) => Promise; declare const getPublicationRevenue: (publicationId: string) => Promise; export { getProfileRevenue, getPublicationRevenue };