export interface IStemAndExtTuple {
    readonly stem: string;
    readonly ext: string;
}
