declare const compare: (first: number, second: number, operator: string) => boolean;
export default compare;
