export default interface ITargets {
    addTarget(target: string): void;
    getTargets(): string[];
    reset(): void;
}
//# sourceMappingURL=ITargets.d.ts.map