import { AnyEndpoint } from './typings'; export declare const generateCliDocumentation: (endpoints: AnyEndpoint[], baseUrl?: string) => string;