/**
 * util.ts
 *
 * Utility functions for the installer
 */
/**
 * Determines the best command to use for running the nexus bridge
 *
 * First checks if we're running as the binary (installed via Homebrew or otherwise)
 * by looking for the NEXUS_BRIDGE_BINARY environment variable set in compiled-cli.ts.
 *
 * @returns {Object} Object containing command and args for running the bridge
 */
export declare function extractCommandInfo(): {
    command: string;
    args: string[];
};
//# sourceMappingURL=util.d.ts.map