import { Context, Next } from '@tego/server'; declare const _default: { listTypes: (ctx: Context, next: Next) => Promise; publicList: (ctx: Context, next: Next) => Promise; destroy: (ctx: Context, next: Next) => Promise; update: (ctx: Context, next: Next) => Promise; bindTypes: (ctx: Context, next: Next) => Promise; unbind: (ctx: Context, next: Next) => Promise; }; export default _default;