export interface DripResult { anonymous?: boolean; error?: string; success?: boolean; visitor_uuid?: string; } //# sourceMappingURL=Result.d.ts.map