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