import type { AstroConfig, RouteData } from 'astro'; export declare function createRedirects(config: AstroConfig, routes: RouteData[], dir: URL, entryFile: string, type: 'functions' | 'edge-functions' | 'builders' | 'static'): Promise;