import type { CResult } from '../types.mts'; export declare const COMPLETION_CMD_PREFIX = "complete -F _socket_completion"; export declare function getCompletionSourcingCommand(): CResult; export declare function getBashrcDetails(targetCommandName: string): CResult<{ completionCommand: string; sourcingCommand: string; toAddToBashrc: string; targetName: string; targetPath: string; }>; //# sourceMappingURL=completion.d.mts.map