import { AuthInfo } from './authInfo';
export declare function determineOrg(orgAuthInfo: AuthInfo): Promise<void>;
