/**
 * Returns the string for the bash command  to run
 * an nps command with the gobstones-script detected configuration.
 *
 * @param action - The nps action to run.
 *
 * @example nps('clean.dist')
 * @example nps('build')
 *
 * @returns The bash command string.
 */
export declare const nps: (action: string) => string;
//# sourceMappingURL=nps.d.ts.map