import { IdentityProviderUserWithRoles, InternalApiInput, InternalApiResult } from "@kottster/common"; import { Action } from "../models/action.model"; /** * Get the information about the current Kottster version, * and what limits are in place for the kottster api token in use */ export declare class GetKottsterContext extends Action { execute(_: InternalApiInput<'getKottsterContext'>, user: IdentityProviderUserWithRoles): Promise>; }