/** * Return the canonical CLI usage text for `wp-typia`. * * The rendered help includes the current built-in template ids and supported * package manager ids from the runtime registry. * * @returns Human-readable help text for CLI usage output. */ export declare function formatHelpText(): string;