import { AuthenticationMethod } from "../constants.js"; export declare const getName: () => string; export declare const getPackageName: () => string; export declare const getDescription: () => string; export declare const getDiscoveryPaths: () => Array; export declare const getSapHelp: () => string; export declare const getAuthenticationMethods: () => Array; export declare const getVersion: () => string; export declare const isDeprecated: () => boolean; export declare const getDeprecationMessage: () => string | undefined; export declare const getGenericOptionsHelp: () => string;