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