/**
 * Returns the string for the bash command  to run
 * an node command over a particular string.
 *
 * @param script - The script to run.
 *
 * @example node('myscript.js')
 *
 * @returns The bash command string.
 */
export declare const node: (script: string) => string;
//# sourceMappingURL=node.d.ts.map