export type GniResult = { success: boolean; output: string; command: string; }; /** Run a GNI subcommand */ export declare function runGni(args: string[]): GniResult; /** Check if GNI is available */ export declare function isGniAvailable(): boolean; //# sourceMappingURL=gitnexus.d.ts.map