export interface CDNOptions { cdnBaseUrl?: string; cacheSeconds?: number; } export declare function handleCDNRequest(pathname: string, options?: CDNOptions): Promise; //# sourceMappingURL=cdn.d.ts.map