import { AuthProviderEnum } from '@novu/shared'; import { BaseCommand } from '../../commands'; export declare class CreateUserCommand extends BaseCommand { email: string; firstName?: string | null; lastName?: string | null; picture?: string; auth: { username?: string; profileId: string; provider: AuthProviderEnum; accessToken: string; refreshToken: string; }; } //# sourceMappingURL=create-user.command.d.ts.map