import { IntegrationPlatformType } from './IntegrationPlatformType'; export declare class PartnerReferralRequest { constructor(partial?: Partial); id: string; contactName: string; website: string; estimatedReferralDate: Date; platform: IntegrationPlatformType; partnerId: string; createdAt: Date; setCreatedAt(): void; }