import { ServiceNowInstance } from "../sn/ServiceNowInstance.js"; import { IAuthenticationHandler } from "./IAuthenticationHandler.js"; export declare class AuthenticationHandlerFactory { static createAuthHandler(instance: ServiceNowInstance): IAuthenticationHandler; }