import { Context } from '@tego/server'; export declare const uiSchemaActions: { getJsonSchema: (ctx: any, next: any) => Promise; getProperties: (ctx: any, next: any) => Promise; insert: (ctx: any, next: any) => Promise; insertNewSchema: (ctx: any, next: any) => Promise; remove: (ctx: any, next: any) => Promise; patch: (ctx: any, next: any) => Promise; batchPatch: (ctx: any, next: any) => Promise; clearAncestor: (ctx: any, next: any) => Promise; insertAdjacent(ctx: Context, next: any): Promise; insertBeforeBegin: (ctx: Context, next: any) => Promise; insertAfterBegin: (ctx: Context, next: any) => Promise; insertBeforeEnd: (ctx: Context, next: any) => Promise; insertAfterEnd: (ctx: Context, next: any) => Promise; saveAsTemplate(ctx: Context, next: any): Promise; };