import { Connection } from '../types/Connection';
export declare const authorizationVariablesRequired: (connection: Connection) => string | null;
