import { H3Event } from 'h3';
export declare function checkAuthentication(event: H3Event): Promise<boolean>;
