import type { Brand } from '../type/brand/index.js'; declare module "../Brands-augmentation" { interface Brands { plain: {}; } } export type PlainObject = S & object & Brand<'plain'>; export declare function isPlainObject(x: unknown): x is PlainObject; //# sourceMappingURL=PlainObject.d.ts.map