export default function useBoosterCritical(options?: { critical?: boolean; }): { isCritical: import("vue").ComputedRef; };