export type IncludeType = { include?: string[]; fields?: Record; }; export declare const includeFormatter: (includes: IncludeType) => string | undefined;