export declare type JoinedEntityType<J> = J | J[] | Promise<J[]> | Promise<J>;
