import type { RuntimeEnv } from "../runtime.js"; export declare function configureCommandFromSectionsArg(rawSections: unknown, runtime?: RuntimeEnv): Promise;