export declare const kNoAuth = "N/A"; export declare function isAuthenticated(apiKey: string | undefined | null): apiKey is string; export declare function isAuthenticatedOrKeyless(apiKey: string | undefined | null): boolean;