export type WireitConfig = Record<string, {
    command?: string;
}>;
