export type NonEmptyString = string & {
    __brand: 'NonEmptyString';
};
