import { Type, type Static } from "typebox"; export declare const SecretsReloadParamsSchema: Type.TObject<{}>; export declare const SecretsResolveParamsSchema: Type.TObject<{ commandName: Type.TString; targetIds: Type.TArray; }>; export type SecretsResolveParams = Static; export declare const SecretsResolveAssignmentSchema: Type.TObject<{ path: Type.TOptional; pathSegments: Type.TArray; value: Type.TUnknown; }>; export declare const SecretsResolveResultSchema: Type.TObject<{ ok: Type.TOptional; assignments: Type.TOptional; pathSegments: Type.TArray; value: Type.TUnknown; }>>>; diagnostics: Type.TOptional>; inactiveRefPaths: Type.TOptional>; }>; export type SecretsResolveResult = Static;