export type Replacement = {
    regexp: RegExp;
    substitution: string;
};
