/** * Gets the filename for the `do.config.js` file. You can state whether you * want the config file associated to the current _project_ (the default), or * instead the user's config file (in their home directory) */ export declare function getConfigFilename(projectOrUser?: "project" | "user"): string; //# sourceMappingURL=getConfigFilename.d.ts.map