/** * Write `.monomind/orgs/sample-team.json` if it does not already exist. * * @param targetDir project root init is running against * @returns true if the file was written, false if it already existed * (so the caller can record skipped vs. updated in the InitResult) */ export declare function writeSampleOrg(targetDir: string): boolean; //# sourceMappingURL=write-sample-org.d.ts.map