export type OAuthSettings = {
    /**
     * the OAuth connection name to use for
     * authentication
     * @default `graph`
     */
    readonly defaultConnectionName?: string;
};
export declare const DEFAULT_OAUTH_SETTINGS: Required<OAuthSettings>;
