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