import { IdentityProviderUserWithRoles, InternalApiInput, InternalApiResult } from "@kottster/common"; import { Action } from "../models/action.model"; /** * Get the app data */ export declare class GetApp extends Action { private cachedPages; execute(_: InternalApiInput<'getApp'>, user?: IdentityProviderUserWithRoles): Promise>; }