import type { DoctorAllowFromList } from "../types.js";
export declare function hasAllowFromEntries(list?: DoctorAllowFromList): boolean;
