export declare function withPWA(originalMiddleware: (request: any) => any, config?: {
    webhookPath: string;
    sseEndpoint: string;
    revalidationSecret: string;
}): (request: any) => any;
