import { Annotator } from "./Annotator";
import { Connection } from "./Action/Connection";
import { Label } from "./Action/Label";
import { Content } from "./Action/Content";
declare const Action: {
    Connection: typeof Connection;
    Label: typeof Label;
    Content: typeof Content;
};
export { Annotator, Action };
