export type StructuredFormat = 'text' | 'json' | 'yaml'; export declare function toolchainProbeCommand(dir?: string, options?: { format?: StructuredFormat; } & Record): Promise; export declare function configEffectiveCommand(dir?: string, options?: { format?: StructuredFormat; } & Record): Promise; //# sourceMappingURL=toolchain.d.ts.map