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