import { Logger } from '@servicenow/sdk-project'; export declare const oAuthClient: (host: string, redirect_uri?: string) => Promise; export declare const initOAuthFlow: (host: string, logger?: Logger) => Promise;