type Manifest = Record; export declare function serviceWorker(context: string, manifest: Manifest): string | undefined; export {};