declare const CAPABILITIES: unique symbol;

export interface Capabilities {
  [CAPABILITIES]: true;
}
