/** * Generate docspec content from the template file by replacing {{TARGET_FILE}} with the target path. * @param targetFilePath The path to the target markdown file (e.g., "README.md") */ export declare function getDocspecTemplate(targetFilePath: string): string; //# sourceMappingURL=constants.d.ts.map