import type { AllowList } from 'payload'; export declare const isURLAllowed: (url: string, allowList: AllowList) => boolean; //# sourceMappingURL=isURLAllowed.d.ts.map