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

export { gt as default, gt };
