import { FirstPartyEndpoint } from './lib/endpoints/FirstPartyEndpoint'; import { ThirdPartyEndpoint } from './lib/endpoints/thirdPartyEndpoints'; export declare function getDefaultThirdPartyEndpoint(): Promise; export declare function getDefaultFirstPartyEndpoint(): Promise;