/**
 * Determine if a given field can be populated.
 */
export declare const canBePopulated: (populate: string, fields: string[]) => boolean;
