export declare const generateRedirectsEvaluator: (redirectsFileContents: string, { maxLineLength, maxStaticRules, maxDynamicRules, }?: {
    maxLineLength?: number;
    maxStaticRules?: number;
    maxDynamicRules?: number;
}) => ((request: Request, assetsBinding: Fetcher) => Promise<Response | null>);
//# sourceMappingURL=index.d.ts.map