/**
 * Documentation for the getApiDocs operation
 */
/**
 * Returns documentation for the getApiDocs operation
 * @return {string} markdown documentation
 */
export declare function getApiDocsDocs(): string;
/**
 * Returns a brief summary of the getApiDocs operation.
 * @return {string} A short description of the function.
 */
export declare function getApiDocsSummary(): string;
export default getApiDocsDocs;
