export interface RotateOutputPathGenerator {
    (additionalPhrase: string): string;
}
