import { SubscriberEntity } from '@novu/dal'; import { ISubscriberChannel, SubscriberCustomData } from '@novu/shared'; import { EnvironmentCommand } from '../../commands/project.command'; export declare class CreateSubscriberCommand extends EnvironmentCommand { subscriberId: string; email?: string; firstName?: string; lastName?: string; phone?: string; avatar?: string; locale?: string; data?: SubscriberCustomData; subscriber?: SubscriberEntity; channels?: ISubscriberChannel[]; } //# sourceMappingURL=create-subscriber.command.d.ts.map