import { InternalApiInput, InternalApiResult } from "@kottster/common"; import { DevAction } from "../models/action.model"; /** * Initialize the Kottster app */ export declare class InitApp extends DevAction { execute({ name, rootUsername, rootPassword }: InternalApiInput<'initApp'>): Promise>; }