export type _SwitchValue_F = <T>(params: {
    condition?: boolean;
    truthy: T;
    falsy: T;
}) => T;
//# sourceMappingURL=types.d.ts.map