/** * Will return the object type for any structure */ export declare const getObjectType: (o: unknown) => string; //# sourceMappingURL=get-object-type.d.ts.map