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