export interface PrepareToolsOptions { withJq?: boolean; } export declare function prepareToolsCommand(options?: PrepareToolsOptions): Promise; //# sourceMappingURL=prepare-tools.d.ts.map