import type { H3Event } from 'h3';
export declare function requireNuxtHubAuthorization(event: H3Event): Promise<void>;
