export type Part = string | boolean; export declare const buildCommand: (parts: Part[]) => string;