export declare const backgroundPageReloader = "background-page-reloader.js";
export declare const contentScriptReloader = "content-script-reloader.js";
export declare const timestampFilename = "timestamp.json";
export declare const timestampPathPlaceholder = "%TIMESTAMP_PATH%";
export declare const loadMessagePlaceholder = "%LOAD_MESSAGE%";
export declare const ctScriptPathPlaceholder = "%CONTENT_SCRIPT_PATH%";
export declare const unregisterServiceWorkersPlaceholder = "%UNREGISTER_SERVICE_WORKERS%";
export declare const executeScriptPlaceholder = "%EXECUTE_SCRIPT%";
