import type { AppId } from '../../core'; export declare const getOAuthAuthorizeEndpoint: (appId: AppId, queryParam: string) => string;