export type WithSign<T extends string> = `+${T}` | `-${T}` | T;
//# sourceMappingURL=util-types.d.ts.map