declare function isGreaterThan(expected: number, actual: number, message?: string, _isSoft?: boolean): void;
declare function isLessThan(expected: string, actual: string, message?: string, _isSoft?: boolean): void;
export { isLessThan, isGreaterThan };
