import type { Stylesheet } from "./types.d.cts";
declare const applyRaws: (stylesheet: Stylesheet) => void;
export = applyRaws;
