type AddStyle = (css: string) => HTMLStyleElement;
declare const addStyle: AddStyle;
export { addStyle as GM_addStyle, type AddStyle };
