export declare const noop: () => void;
export declare function getPropertyDescriptor(o: any, propertyName: PropertyKey): PropertyDescriptor | undefined;
export declare function isPlainObject(obj: any): boolean;
//# sourceMappingURL=utils.d.ts.map