export declare const chromeRegister: typeof chrome.scripting.registerContentScripts; export declare const firefoxRegister: typeof browser.contentScripts.register; export declare function registerContentScript(contentScript: Omit & { matches: string[]; }): Promise;