import { SmrtCollection } from '@happyvertical/smrt-core'; import { ContentContributor } from './content-contributor'; export declare class ContentContributorCollection extends SmrtCollection { static readonly _itemClass: typeof ContentContributor; getByEmail(email: string): Promise; getByProfileId(profileId: string): Promise; findOrCreateByEmail(options: { email: string; name?: string | null; tenantId?: string | null; }): Promise; } //# sourceMappingURL=content-contributors.d.ts.map