/**
 * Enforce HTTPS connections.
 */
export declare function httpsOnly(): import("hono").MiddlewareHandler<any, string, {}>;
