/** * @packageDocumentation * @module std */ export interface INegatable { negate(): Ret; } //# sourceMappingURL=INegatable.d.ts.map