/** * @tsplus type DSL */ export interface DSLOps {} export const DSL: DSLOps = {}