import { SmartThingsURLProvider, Authenticator } from '@smartthings/core-sdk'; export type ClientIdProvider = SmartThingsURLProvider & { clientId: string; baseOAuthInURL: string; oauthAuthTokenRefreshURL: string; }; export declare const globalClientIdProvider: ClientIdProvider; export declare const loginAuthenticator: (credentialsFile: string, profileName: string, clientIdProvider: ClientIdProvider, userAgent: string) => Authenticator; //# sourceMappingURL=login-authenticator.d.ts.map