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