class Block {
static doSomething() {}
}
class Inline {
class Document {
export { Block, Inline, Document };