// This module is generated by `script/`.

export type Constant =
  | 1
  | 2
  | 6
  | 63
  | 32
  | 'CDATA['
  | 1
  | 2
  | 7
  | 6
  | 31
  | 3
  | 'flow'
  | 'content'
  | 'string'
  | 'text'
  | 2
  | 1
  | 2
  | 3
  | 4
  | 5
  | 6
  | 7
  | 8
  | 3
  | 999
  | 10
  | 10
  | 16
  | 4
  | 3
  | 10000

// @for-script: REMOVE_ALL_THING_BELOW

export interface Constants {
  attentionSideBefore: 1
  attentionSideAfter: 2
  atxHeadingOpeningFenceSizeMax: 6
  autolinkDomainSizeMax: 63
  autolinkSchemeSizeMax: 32
  cdataOpeningString: 'CDATA['
  characterGroupWhitespace: 1
  characterGroupPunctuation: 2
  characterReferenceDecimalSizeMax: 7
  characterReferenceHexadecimalSizeMax: 6
  characterReferenceNamedSizeMax: 31
  codeFencedSequenceSizeMin: 3
  contentTypeFlow: 'flow'
  contentTypeContent: 'content'
  contentTypeString: 'string'
  contentTypeText: 'text'
  hardBreakPrefixSizeMin: 2
  htmlRaw: 1
  htmlComment: 2
  htmlInstruction: 3
  htmlDeclaration: 4
  htmlCdata: 5
  htmlBasic: 6
  htmlComplete: 7
  htmlRawSizeMax: 8
  linkResourceDestinationBalanceMax: 3
  linkReferenceSizeMax: 999
  listItemValueSizeMax: 10
  numericBaseDecimal: 10
  numericBaseHexadecimal: 16
  tabSize: 4
  thematicBreakMarkerCountMin: 3
  v8MaxSafeChunkSize: 10000
}

declare const value: Constants

export default value
