declare const isEmpty: (input: any) => boolean;
export default isEmpty;
