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