/**
 * @private still in development [🏳]
 */
export type TranslatorOptions = {
    readonly from?: string;
    readonly to: string;
};
