/** File for types only, not actual implementation **/

export interface Input {
  value: unknown;
  content: Marko.Body;
}
