import { PushListenerInvocation } from "../listener/PushListener";
import { SdmGoalMessage } from "./SdmGoalMessage";
export interface GoalSetTag {
    name: string;
    value?: string;
}
/**
 * Create Tags for the goal set containing the provided goals
 */
export declare type TagGoalSet = (goals: SdmGoalMessage[], pli: PushListenerInvocation) => Promise<GoalSetTag[] | undefined>;
//# sourceMappingURL=tagGoalSet.d.ts.map