import { controllerResponse } from '../types';
/**
 * Function to retrieve all table schemas.
 * @returns {controllerResponse} Returns success and message containing schemas if successful; otherwise, returns an error message.
 */
declare function getAllSchema(): controllerResponse;
export { getAllSchema };
