export declare function isTokenjuiceExecutablePath(value: string): boolean;
export declare function shellQuote(value: string, platform?: NodeJS.Platform): string;
export declare function parseShellWords(command: string, platform?: NodeJS.Platform): string[];
export declare function isNodeExecutablePath(value: string): boolean;
export declare function extractHookCommandPaths(command: string, platform?: NodeJS.Platform): string[];
