declare function lt(value: unknown, other: unknown): boolean;

export { lt as default, lt };
