/**
 * Overview documentation for the GSB Entity Service API
 */
/**
 * Returns the overview documentation for the GSB Entity Service API
 * @return {string} markdown documentation
 */
export declare function overviewDocs(): string;
/**
 * Returns a brief summary of the GSB Entity Service API overview.
 * @return {string} A short description of the API.
 */
export declare function overviewSummary(): string;
export default overviewDocs;
