export declare const miscHooks: {
  addRuntimeExports: import("@modern-js/plugin").AsyncWaterfall<void>;
  addTailwindCssConfig: import("@modern-js/plugin").AsyncPipeline<undefined, any>;
};