declare const isPlainObject: (obj: unknown) => obj is Record<string, unknown>;

export { isPlainObject };
