/** * Prints the YAML v2.0 Training Plan Format, a complete example, workout templates, zone auto-calculation notes, and example CLI commands to the console. * * Used as the CLI `schema` command handler to display schema documentation and usage guidance. */ export declare function runSchema(): void;