import type { Schema, UID } from "@strapi/strapi";
export declare const getRelations: <TSchema extends UID.Schema>(model: Schema.Schema<TSchema>) => [string, Schema.Attribute.AnyAttribute][];
export declare const isEmpty: (obj: object) => boolean;
export declare const hasValue: (value: unknown) => boolean;
