import type { PilotDeckHooksSettings } from "../hooks/protocol/settings.js";

export type HookContribution = {
  hooks: PilotDeckHooksSettings;
};