export interface Target {
    contextKind?: string;
    values: string[];
    variation: number;
}
//# sourceMappingURL=Target.d.ts.map