import type * as authenticationSdkModuleContext from './authentication.types.d.ts'; type Methods = { [P in keyof T as T[P] extends Function ? P : never]: T[P]; }; export declare const authenticationContext: Methods; export {};