import { enhanceAdapterWithFS, type VeryfrontApiClient } from "../../../src/platform/index.js"; import type { StylesArgs } from "./handler.js"; interface StyleBuildContentContext { branch?: string; environmentName?: string; releaseId?: string; } export declare function normalizeStyleArtifactBuildConfigInput(parsed: unknown): unknown; export declare function getUnderlyingVeryfrontClient(adapter: Awaited>): { client: VeryfrontApiClient; contentContext: StyleBuildContentContext | null; getAllSourceFiles: () => Promise>; }; export declare function stylesCommand(options: StylesArgs): Promise; export {}; //# sourceMappingURL=command.d.ts.map