import type { AppId } from '../../core'; /** * We prefetch the authorize URL rather than doing it on clicking the connect button * to get around the OAuth flow popup being blocked in Firefox and Safari. */ export declare const usePrefetchAuthUrl: (appId: AppId, queryParam: string, setCredentialsId: (credentialsId: string) => void) => { authorizeUrl: string; };