ConcatenateStrategy: Strategy & {
    id: "concatenate";
    options?: { separator?: string };
}