export {
  type CodeSample,
  type CodeSampleDefinition,
  type CodeSampleDefinitionInput,
  CodeSampleDefinitionSchema,
  createCodeSample,
} from './code-sample.js'
export {
  createResourceSample,
  type ResourceSample,
  type ResourceSampleDefinition,
  type ResourceSampleDefinitionInput,
  ResourceSampleDefinitionSchema,
} from './resource-sample.js'
export { type SdkName, type SyntaxName } from './syntax.js'
