declare const isPojo: (value: any) => boolean;
export { isPojo };
