declare const isValueEmpty: (value: string | null | undefined) => boolean;
declare function deepEquals(x: any, y: any): boolean;
export { isValueEmpty, deepEquals };
