/**
 * Health check endpoint.
 *
 * This simple endpoint returns a JSON object indicating that the service is up.
 * It is typically used for monitoring and health checks.
 *
 * @returns An object with a status property set to 'up'.
 */
declare const _default: import("h3").EventHandler<import("h3").EventHandlerRequest, {
    status: string;
}>;
export default _default;
