import { InternalApiInput, InternalApiResult } from "@kottster/common"; import { DevAction } from "../models/action.model"; /** * Update the app schema with the provided data. */ export declare class UpdateAppSchema extends DevAction { execute(data: InternalApiInput<'updateAppSchema'>): Promise>; }