export declare class VariantCreatedEvent { readonly variantType: string; readonly variantValues: string[]; readonly timestamp: Date; constructor(variantType: string, variantValues: string[], timestamp?: Date); } //# sourceMappingURL=VariantCreatedEvent.d.ts.map