import { type Middleware } from 'koa';
import { type Options } from '../../../../types.js';
export declare function createGetAppGroupsController({ checkAuthSubjectAppPermissions, getApp, getAppGroups, }: Options): Middleware;
