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