declare const version: string;
/**
 * Find out, is nested array/object/string/AST tree is empty
 */
declare function isEmpty(input: unknown): boolean | null;

export { isEmpty, version };
