#!/usr/bin/env node
/**
 * This script is ran with `npx react-dsfr copy-dsfr-to-public`
 * It takes one optional arguments (for NX monorepos):
 * - `--projectDir <path>` to specify the project directory. Default to the current working directory.
 *   This can be used in monorepos to specify the react project directory.
 */
export declare function main(args: string[]): Promise<void>;
