export declare const CLI_NAME = "ztd"; export declare const DEBUG_PREFIX = "ztd"; export declare const ERROR_PREFIX = "\u274C"; export declare const INFO_PREFIX = "\uD83D\uDEC8"; export declare const LINK_BUGS = "https://github.com/jackdbd/zod-to-doc/labels/bug"; export declare const LINK_ENHANCEMENTS = "https://github.com/jackdbd/zod-to-doc/labels/enhancement"; export declare const LINK_ISSUE_BUG_REPORT = "https://github.com/jackdbd/zod-to-doc/issues/new?assignees=jackdbd&labels=bug&projects=&template=01-bug_report.md&title=Something%20is%20broken"; export declare const LINK_ISSUE_FEATURE_REQUEST = "https://github.com/jackdbd/zod-to-doc/issues/new?assignees=jackdbd&labels=enhancement&projects=&template=02-feature_request.md&title="; //# sourceMappingURL=constants.d.ts.map