/**
 * Type to describe type including null and undefined variations of it. Used as a
 * generic type for serializer input and output.
 *
 * @type {TypeLike<TObject>}
 */
export declare type TypeLike<TObject> = TObject | null | undefined;
//# sourceMappingURL=type-like.d.ts.map