export function is(operand: API.Scalar): API.Scalar[];
export function type(of: API.Scalar): API.TypeName[];
export function refer<T extends Record<string, API.Scalar>>(data: T): API.Link<T, 113, 30>[];
export function not(of: boolean): boolean[];
export function greater<T extends number | string>(operands: {
    this: T;
    than: T;
}): {}[];
export function less<T extends number | string>(operands: {
    this: T;
    than: T;
}): {}[];
export function greaterOrEqual<T extends number | string>(operands: {
    this: T;
    than: T;
}): {}[];
export function lessOrEqual<T extends number | string>(operands: {
    this: T;
    than: T;
}): {}[];
import * as API from '../api.js';
//# sourceMappingURL=data.d.ts.map