import { Connection } from '@salesforce/core'; export declare class OrganizationRepository { private readonly connection; constructor(connection: Connection); readNamespacePrefix(): Promise; }