import { DocumentIoType } from "kryo/types/document"; import { JoinStyleType } from "./_type"; export interface Round { type: JoinStyleType.Round; } export declare const $Round: DocumentIoType;