blob: b39c9be982e1648f245592e6194ed7f29957fe4c [file] [log] [blame]
/**
* Sanitizes an input into a string so it can be passed into issueCommand safely
* @param input input to sanitize into a string
*/
export declare function toCommandValue(input: any): string;